﻿

#Shared Afrika Events
#By IratePirate

add_namespace = sharedafrika
add_namespace = afrikaguide

country_event = { #Ask to join Y in Reichspakt
	id = sharedafrika.1
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.1" }
	title = sharedafrika.1.t
	desc = sharedafrika.1.d
	picture = GFX_report_event_generic_diplomacy3
	is_triggered_only = yes
	option = {
		name = sharedafrika.1.a
		GER = {
			country_event = sharedafrika.2 #ask
		}
	}
}

country_event = { #X asks to join faction
	id = sharedafrika.2
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.2" }
	title = sharedafrika.2.t
	desc = sharedafrika.2.d
	picture = GFX_report_event_steamship
	is_triggered_only = yes

	trigger = {
		is_faction_leader = yes
		FROM = {
			is_subject = no
			is_in_faction = no
		}
	}
	option = {
		name = sharedafrika.2.a
		ai_chance = {
			factor = 99
			modifier = {
				factor = 0
				FROM = { has_war_with_major = yes }
			}
			modifier = {
				factor = 100
				FROM = { at_peace_or_same_enemies_as_FROM = yes }
			}
		}
		add_to_faction = FROM
		FROM = {
			country_event = sharedafrika.3 #accepted
			separate_peace_all_wars = yes
		}
	}
	option = {
		name = sharedafrika.2.b
		ai_chance = {
			factor = 1
		}
		FROM = {
			country_event = sharedafrika.4 #refused
		}
		add_political_power = -10
	}
}

country_event = { #X accepted Y's request
	id = sharedafrika.3
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.3" }
	title = sharedafrika.3.t
	desc = sharedafrika.3.d
	picture = GFX_report_event_generic_diplomacy3
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes

	option = {
		name = sharedafrika.3.a
		add_stability = 0.01
	}
}

country_event = { #X refused Y's request
	id = sharedafrika.4
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.4" }
	title = sharedafrika.4.t
	desc = sharedafrika.4.d
	picture = GFX_report_event_steamship
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes

	option = {
		name = sharedafrika.4.a
		add_stability = -0.01
	}
}

country_event = { #Islamic generic, go auth dem or stay paternal aut?
	id = sharedafrika.5
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.5" }
	title = sharedafrika.5.t
	desc = sharedafrika.5.d
	picture = GFX_report_event_usumbura

	is_triggered_only = yes
	option = {
		name = sharedafrika.5.a #pataut
		trigger = {
			NOT = { has_government = national_populist }
		}
		set_politics = {
			ruling_party = paternal_autocrat
			elections_allowed = no
		}
		add_popularity = {
			ideology = paternal_autocrat
			popularity = 0.15
		}
	}
	option = {
		name = sharedafrika.5.b #authdem
		trigger = {
			NOT = { has_government = national_populist }
		}
		set_politics = {
			ruling_party = authoritarian_democrat
			elections_allowed = no
		}
		add_popularity = {
			ideology = authoritarian_democrat
			popularity = 0.15
		}
	}
	option = {
		name = sharedafrika.5.c #if Natpop, ignore both!
		trigger = {
			has_government = national_populist
		}
	}
}

country_event = { #Islamic generic asks for assistance
	id = sharedafrika.6
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.6" }
	title = sharedafrika.6.t
	desc = sharedafrika.6.d
	picture = GFX_report_event_usumbura

	is_triggered_only = yes
	option = {
		name = sharedafrika.6.a #more the merrier
		ai_chance = {
			factor = 100
		}
		country_event = sharedafrika.7
	}
	option = {
		name = sharedafrika.6.b #nah
		ai_chance = {
			factor = 0
		}
		if = {
			limit = {
				tag = GER
			}
		FROM = {
			set_country_flag = GER_refused
			}
		}
		if = {
			limit = {
				tag = POR
			}
		FROM = {
			set_country_flag = POR_refused
			}
		}
		if = {
			limit = {
				tag = ENT
			}
		FROM = {
			set_country_flag = ENT_refused
			}
		}
		if = {
			limit = {
				tag = EGY
			}
		FROM = {
			set_country_flag = EGY_refused
			}
		}
		if = {
			limit = {
				tag = TUR
			}
		FROM = {
			set_country_flag = TUR_refused
			}
		}
		if = {
			limit = {
				tag = JAP
			}
		FROM = {
			set_country_flag = JAP_refused
			}
		}
		if = {
			limit = {
				tag = INT
			}
		FROM = {
			set_country_flag = INT_refused
			}
		}
	}
}

country_event = { #Protection
	id = sharedafrika.7
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.7" }
	title = sharedafrika.7.t
	desc = sharedafrika.7.d
	picture = GFX_report_event_usumbura
	is_triggered_only = yes
	
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes

	option = {
		name = sharedafrika.7.a #pat aut
		add_stability = 0.03
		}
	}
	
country_event = { #Ask to join Y in Entente
	id = sharedafrika.9
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.9" }
	title = sharedafrika.9.t
	desc = sharedafrika.9.d
	picture = GFX_report_event_generic_diplomacy3
	is_triggered_only = yes
	option = {
		name = sharedafrika.9.a
		ENT = {
			country_event = sharedafrika.2 #ask
		}
	}
}	
country_event = { #Ask to join Y in Internationale
	id = sharedafrika.10
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.10" }
	title = sharedafrika.10.t
	desc = sharedafrika.10.d
	picture = GFX_report_event_generic_diplomacy3
	is_triggered_only = yes
	option = {
		name = sharedafrika.10.a
		INT = {
			country_event = sharedafrika.2 #ask
			}
		}
	}
	
country_event = { #X proposed a ceasefire
	id = sharedafrika.11
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.11" }
	title = sharedafrika.11.t
	desc = sharedafrika.11.d
	picture = GFX_report_event_generic_diplomacy3
	is_triggered_only = yes
	option = {
		name = sharedafrika.11.a
		 #cut our losses
		ai_chance = {
			factor = 100
		}
	}
	option = {
	 #keep fighting
		name = sharedafrika.11.b
		ai_chance = {
			factor = 0
		}
	}
}

news_event = { #Worldnews - Collapse of Westasien
	id = sharedafrika.12
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.12 FROM = [From.GetName]" }
	picture = GFX_news_event_PAL_haifa
	title = sharedafrika.12.t
	desc = sharedafrika.12.d
	is_triggered_only = yes
	
	major = yes
	
		trigger = {
		wants_world_news = yes
	}

	show_major = {
		regional_africa_news = yes
	}

	option = { #Leadership
		name = sharedafrika.12.a
		trigger = {
		OR = {
			tag = GER
			tag = MAF
			}
		}
		if = {
			limit = {
				tag = GER
				}
			add_political_power = -100
		}
	}

	option = { #Leftist
		name = sharedafrika.12.b
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.12.c
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.12.e
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_elected_government = yes
		}
	}
}

news_event = { #Worldnews - Collapse of Ostasien
	id = sharedafrika.13
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.13 FROM = [From.GetName]" }
	picture = GFX_news_event_malaya
	title = sharedafrika.13.t
	desc = sharedafrika.13.d
	is_triggered_only = yes
	
	major = yes
	
	trigger = {
		wants_world_news = yes
	}

	show_major = {
		regional_africa_news = yes
	}

	option = { #Leadership
		name = sharedafrika.13.a
		trigger = {
		OR = {
			tag = GER
			tag = MAF
			tag = DJI
			}
		}
		if = {
			limit = {
				tag = GER
				}
			add_political_power = -100
		}
	}

	option = { #Leftist
		name = sharedafrika.13.b
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
					tag = DJI
				}
			}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.13.c
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
					tag = DJI
				}
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.13.e
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
					tag = DJI
				}
			}
			has_elected_government = yes
		}
	}
	
	}
	
news_event = { #Worldnews - Congo Bush War Intensifies
	id = sharedafrika.15
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.15 FROM = [From.GetName]" }
	picture = GFX_news_event_leopoldville
	title = sharedafrika.15.t
	desc = sharedafrika.15.d
	is_triggered_only = yes
	
trigger = {
		wants_world_news = yes
	}
	
	major = yes
	
	show_major = {
		regional_africa_news = yes
	}

	option = { #Leadership
		name = sharedafrika.15.a
		trigger = {
		OR = {
			tag = GER
			tag = MAF
			}
		}
	}

	option = { #Leftist
		name = sharedafrika.15.b
		trigger = {
		NOT = {
			OR = {
				tag = GER
				tag = MAF
			}
		}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.15.c
		trigger = {
		NOT = {
			OR = {
				tag = GER
				tag = MAF
			}
		}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.15.e
		trigger = {
		NOT = {
			OR = {
				tag = GER
				tag = MAF
			}
		}
		has_elected_government = yes
		}
	}
}

news_event = { #Worldnews - BSAC Scandal
	id = sharedafrika.16
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.16 FROM = [From.GetName]" }
	picture = GFX_news_event_copperbelt
	title = sharedafrika.16.t
	desc = sharedafrika.16.d
	is_triggered_only = yes
	
	trigger = {
		wants_world_news = yes
	}

major = yes

	show_major = {
		regional_africa_news = yes
	}

	option = { #Leadership
		name = sharedafrika.16.a
		trigger = {
		OR = {
			tag = GER
			tag = MAF
			}
		}
	}

	option = { #Leftist
		name = sharedafrika.16.b
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.16.c
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.16.e
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_elected_government = yes
		}
	}
	
	}
	
news_event = { #Worldnews - Kampala Crisis
	id = sharedafrika.17
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.17 FROM = [From.GetName]" }
	picture = GFX_news_event_uganda_crisis
	title = sharedafrika.17.t
	desc = sharedafrika.17.d
	is_triggered_only = yes
	
trigger = {
		wants_world_news = yes
	}

major = yes

	show_major = {
		regional_africa_news = yes
	}

	option = { #Leadership
		name = sharedafrika.17.a
		trigger = {
		OR = {
			tag = GER
			tag = MAF
			}
		}
	}

	option = { #Leftist
		name = sharedafrika.17.b
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.17.c
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.17.e
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_elected_government = yes
		}
	}
	
	}
	
news_event = { #Worldnews - Settler Rule in Kenya
	id = sharedafrika.18
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.18 FROM = [From.GetName]" }
	picture = GFX_news_event_kenya_government
	title = sharedafrika.18.t
	desc = sharedafrika.18.d
	is_triggered_only = yes
	
trigger = {
		wants_world_news = yes
	}

major = yes

	show_major = {
		regional_africa_news = yes
	}

	option = { #Leadership
		name = sharedafrika.18.a
		trigger = {
		OR = {
			tag = GER
			tag = MAF
			}
		}
	}

	option = { #Leftist
		name = sharedafrika.18.b
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.18.c
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.18.e
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_elected_government = yes
		}
	}
	
	}
	
news_event = { #Worldnews - Nigeria Falls to Direct Rule
	id = sharedafrika.19
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.19 FROM = [From.GetName]" }
	picture = GFX_news_event_german_nigeria
	title = sharedafrika.19.t
	desc = sharedafrika.19.d
	is_triggered_only = yes
	
trigger = {
		wants_world_news = yes
	}

	show_major = {
		regional_africa_news = yes
	}

major = yes

	option = { #Leadership
		name = sharedafrika.19.a
		trigger = {
		OR = {
			tag = GER
			tag = MAF
			}
		}
	}

	option = { #Leftist
		name = sharedafrika.19.b
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.19.c
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.19.e
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_elected_government = yes
		}
	}
	
	}
	
news_event = { #Worldnews - Sierra Leone Revolution
	id = sharedafrika.20
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.20 FROM = [From.GetName]" }
	picture = GFX_news_event_sierra
	title = sharedafrika.20.t
	desc = sharedafrika.20.d
	is_triggered_only = yes
	
trigger = {
		wants_world_news = yes
	}

	show_major = {
		regional_africa_news = yes
	}
	
	major = yes

	option = { #Leadership
		name = sharedafrika.20.a
		trigger = {
		OR = {
			tag = GER
			tag = MAF
			}
		}
	}

	option = { #Leftist
		name = sharedafrika.20.b
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.20.c
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.20.e
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_elected_government = yes
		}
	}
	
	}
	
news_event = { #Worldnews - Ashante Restoration
	id = sharedafrika.21
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.21 FROM = [From.GetName]" }
	picture = GFX_news_event_kumasi
	title = sharedafrika.21.t
	desc = sharedafrika.21.d
	is_triggered_only = yes
	
trigger = {
		wants_world_news = yes
	}

major = yes

	show_major = {
		regional_africa_news = yes
	}

	option = { #Leadership
		name = sharedafrika.21.a
		trigger = {
		OR = {
			tag = GER
			tag = MAF
			}
		}
	}

	option = { #Leftist
		name = sharedafrika.21.b
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.21.c
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.21.e
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_elected_government = yes
		}
	}
	
	}
	
news_event = { #Worldnews - Accra Commune
	id = sharedafrika.22
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.22 FROM = [From.GetName]" }
	picture = GFX_news_event_kumasi
	title = sharedafrika.22.t
	desc = sharedafrika.22.d
	is_triggered_only = yes
	
trigger = {
		wants_world_news = yes
	}

major = yes

	show_major = {
		regional_africa_news = yes
	}

	option = { #Leadership
		name = sharedafrika.22.a
		trigger = {
		OR = {
			tag = GER
			tag = MAF
			}
		}
	}

	option = { #Leftist
		name = sharedafrika.22.b
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.22.c
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.22.e
		trigger = {
			NOT = {
				OR = {
					tag = GER
					tag = MAF
				}
			}
			has_elected_government = yes
		}
	}
}
	
country_event = { #Solf's death - other colonies
	id = sharedafrika.23
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.23" }
	title = sharedafrika.23.t
	desc = sharedafrika.23.d
	picture = GFX_report_event_MAF_schnee
	is_triggered_only = yes
	
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes

	option = {
		name = sharedafrika.23.a
		add_stability = -0.01
		hidden_effect = {
			if = {
				limit = {
					OR = {
						tag = KEN
						tag = UGA
						tag = NGR
						tag = GHA
						tag = BSC
						tag = MLW
						tag = ZZB
						tag = CMR
						tag = NMB
						tag = ZAM
						tag = KOG
						tag = COG
						tag = KTG
						tag = CIV
						tag = IVO
					}
				}
			}
		}
	}
}

news_event = { #Fall of Leopoldville
	id = sharedafrika.24
	title = sharedafrika.24.t
	desc = sharedafrika.24.d
	picture = GFX_news_event_leopoldville2

	major = yes
	is_triggered_only = yes

trigger = {
		wants_world_news = yes
	}

	immediate = {
		log = "[GetDateText]: [Root.GetName]: event sharedafrika.24"
		295 = {
			set_state_flag = state_has_fallen
			owner = { save_event_target_as = old_controller }
			controller = { save_event_target_as = new_controller }
		}
	}

	option = { #Old controller
		name = sharedafrika.24.a
		trigger = {
			tag = event_target:old_controller
		}
	}

	option = { #New owner
		name = sharedafrika.24.b
		trigger = {
			tag = event_target:new_controller
		}
	}

	option = { #Interesting
		name = sharedafrika.24.c
		trigger = {
			NOT = {
				tag = event_target:old_controller
				tag = event_target:new_controller
			}
		}
	}
}

news_event = { #Fall of Dar
	id = sharedafrika.25
	title = sharedafrika.25.t
	desc = sharedafrika.25.d
	picture = GFX_news_event_MAF_restored

	major = yes
	is_triggered_only = yes

trigger = {
		wants_world_news = yes
	}

	immediate = {
		log = "[GetDateText]: [Root.GetName]: event sharedafrika.25"
		965 = {
			set_state_flag = state_has_fallen
			owner = { save_event_target_as = old_controller }
			controller = { save_event_target_as = new_controller }
		}
	}

	option = { #Old controller
		name = sharedafrika.25.a
		trigger = {
			tag = event_target:old_controller
		}
	}

	option = { #New owner
		name = sharedafrika.25.b
		trigger = {
			tag = event_target:new_controller
		}
	}

	option = { #Interesting
		name = sharedafrika.25.c
		trigger = {
			NOT = {
				tag = event_target:old_controller
				tag = event_target:new_controller
			}
		}
	}
}

 #Mittelafrika events cannibalised for flavour

country_event = { #New Statthalter
	id = sharedafrika.26
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.26" }
	title = sharedafrika.26.t
	desc = sharedafrika.26.d
	picture = GFX_report_event_MAF_tanganyika
	is_triggered_only = yes
	
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes

	option = {
		name = sharedafrika.26.a
		add_political_power = 10
		}
	}
	

country_event = { #New Statthalter
	id = sharedafrika.27
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.27" }
	title = sharedafrika.27.t
	desc = sharedafrika.27.d
	picture = GFX_report_event_MAF_tanganyika
	is_triggered_only = yes

	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	
	option = {
		name = sharedafrika.27.a
		add_political_power = 10
		}
	}
	
country_event = { #New Statthalter
	id = sharedafrika.28
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.28" }
	title = sharedafrika.28.t
	desc = sharedafrika.28.d
	picture = GFX_report_event_MAF_tanganyika
	is_triggered_only = yes

	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	
	option = {
		name = sharedafrika.28.a
		add_political_power = 10
		}
	}
	
country_event = { #New Statthalter
	id = sharedafrika.29
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.29" }
	title = sharedafrika.29.t
	desc = sharedafrika.29.d
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	is_triggered_only = yes
	picture = GFX_report_event_MAF_tanganyika
	option = {
		name = sharedafrika.29.a
		add_political_power = 10
		}
	}
	
country_event = { #New Statthalter
	id = sharedafrika.30
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.30" }
	title = sharedafrika.30.t
	desc = sharedafrika.30.d
	picture = GFX_report_event_MAF_tanganyika
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.30.a
		add_political_power = 10
	}
}
country_event = { #New Statthalter
	id = sharedafrika.31
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.31" }
	title = sharedafrika.31.t
	desc = sharedafrika.31.d
	picture = GFX_report_event_MAF_tanganyika
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.31.a
		add_political_power = 10
	}
}
country_event = { #New Statthalter
	id = sharedafrika.32
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.32" }
	title = sharedafrika.32.t
	desc = sharedafrika.32.d
	picture = GFX_report_event_MAF_tanganyika
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.32.a
		add_political_power = 10
	}
}
country_event = { #New Statthalter
	id = sharedafrika.33
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.33" }
	title = sharedafrika.33.t
	desc = sharedafrika.33.d
	picture = GFX_report_event_MAF_tanganyika
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.33.a
		add_political_power = 10
	}
}
country_event = { #New Statthalter
	id = sharedafrika.34
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.34" }
	title = sharedafrika.34.t
	desc = sharedafrika.34.d
	picture = GFX_report_event_MAF_tanganyika
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.34.a
		add_political_power = 10
	}
}
country_event = { #Tours
	id = sharedafrika.35
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.35" }
	title = sharedafrika.35.t
	desc = sharedafrika.35.d
	picture = GFX_report_event_MAF_tours
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.35.a
		add_political_power = 5
	}
}
country_event = { #Tours
	id = sharedafrika.36
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.36" }
	title = sharedafrika.36.t
	desc = sharedafrika.36.d
	picture = GFX_report_event_MAF_zanzibar
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.36.a
		add_political_power = 3
	}
}
country_event = { #Tours
	id = sharedafrika.37
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.37" }
	title = sharedafrika.37.t
	desc = sharedafrika.37.d
	picture = GFX_report_event_MAF_cologne
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.37.a
		add_political_power = 5
	}
}
country_event = { #Tours
	id = sharedafrika.38
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.38" }
	title = sharedafrika.38.t
	desc = sharedafrika.38.d
	picture = GFX_report_event_MAF_delegation
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.38.a
		add_political_power = 5
	}
}
country_event = { #Ukraine man goes home
	id = sharedafrika.39
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.39" }
	title = sharedafrika.39.t
	desc = sharedafrika.39.d
	picture = GFX_ger_coltroops
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.39.a
		add_political_power = 5
	}
}
country_event = { #Warning of collapse
	id = sharedafrika.40
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.40" }
	title = sharedafrika.40.t
	desc = sharedafrika.40.d
	picture = GFX_report_event_archaeology
	is_triggered_only = yes
	option = {
		name = sharedafrika.40.a
		custom_effect_tooltip = sharedafrika.40.tt
	}
}

 #event for breakaway countries to give them a chance to change governments for flavour
country_event = { 
	id = sharedafrika.41
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.41" }
	title = sharedafrika.41.t
	desc = sharedafrika.41.d
	is_triggered_only = yes
	immediate = {
		hidden_effect = {
			if = {
				limit = {
					has_idea = AFR_post_collapse_instability
					}
				remove_ideas = AFR_post_collapse_instability
			}
		}
	}
 #Stay the same
	option = {
		name = sharedafrika.41.a
	}
 #go socialist
	option = {
		name = sharedafrika.41.b
		trigger = {
			NOT = {
				is_subject = yes
			}
		}
		country_event = sharedafrika.42
	}
 #go elected
	option = {
		name = sharedafrika.41.c
			trigger = {
				NOT = {
					is_subject = yes
				}
			}
		country_event = sharedafrika.43
		}
 #go authoritarian
	option = {
		name = sharedafrika.41.e
		trigger = {
			NOT = {
				is_subject = yes
			}
		}
		country_event = sharedafrika.44
		}
	}

 #Change to socialist
country_event = { 
	id = sharedafrika.42
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.42" }
	title = sharedafrika.42.t
	desc = sharedafrika.42.d
	is_triggered_only = yes
	option = {
		name = sharedafrika.42.a
		set_politics = {
			ruling_party = radical_socialist
			elections_allowed = no
		}
		add_popularity = {
			ideology = radical_socialist
			popularity = 0.3
		}
	}	
	option = {
		name = sharedafrika.42.b
		set_politics = {
			ruling_party = syndicalist
			elections_allowed = no
		}
		add_popularity = {
			ideology = syndicalist
			popularity = 0.3
		}	
	}
	option = {
		name = sharedafrika.42.c
		set_politics = {
			ruling_party = totalist
			elections_allowed = no
		}
		add_popularity = {
			ideology = totalist
			popularity = 0.3
		}
	}
}

 #Change to elected
country_event = { 
	id = sharedafrika.43
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.43" }
	title = sharedafrika.43.t
	desc = sharedafrika.43.d
	is_triggered_only = yes
	option = {
		name = sharedafrika.43.a
		set_politics = {
			ruling_party = social_democrat
			elections_allowed = no
		}
		add_popularity = {
			ideology = social_democrat
			popularity = 0.3
		}
	}	
	option = {
		name = sharedafrika.43.b
		set_politics = {
			ruling_party = social_liberal
			elections_allowed = no
		}
		add_popularity = {
			ideology = social_liberal
			popularity = 0.3
		}	
	}
	option = {
		name = sharedafrika.43.c
		set_politics = {
			ruling_party = market_liberal
			elections_allowed = no
		}
		add_popularity = {
			ideology = market_liberal
			popularity = 0.3
		}
	}
	option = {
		name = sharedafrika.43.e
		set_politics = {
			ruling_party = social_conservative
			elections_allowed = no
		}
		add_popularity = {
			ideology = social_conservative
			popularity = 0.3
		}
	}
}

 #Change to authoritarian
country_event = {
	id = sharedafrika.44
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.44" }
	title = sharedafrika.44.t
	desc = sharedafrika.44.d
	is_triggered_only = yes
	immediate = {
		if = {
			limit = {
				has_focus_tree = African_Generic_Democracy
			}
			load_focus_tree = african_republic_authoritarian
		}
	}
	option = {
		name = sharedafrika.44.a
		set_politics = {
			ruling_party = authoritarian_democrat
			elections_allowed = no
		}
		add_popularity = {
			ideology = authoritarian_democrat
			popularity = 0.3
		}		
	}	
	option = {
		name = sharedafrika.44.b
		set_politics = {
			ruling_party = paternal_autocrat
			elections_allowed = no
		}
		add_popularity = {
			ideology = paternal_autocrat
			popularity = 0.3
		}
	}
	option = {
		name = sharedafrika.44.c
		set_politics = {
			ruling_party = national_populist
			elections_allowed = no
		}
		add_popularity = {
			ideology = national_populist
			popularity = 0.3
		}
	}
}

 #Revolution in Morroco
country_event = { 
	id = sharedafrika.45
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.45" }
	title = sharedafrika.45.t
	desc = sharedafrika.45.d
	picture = GFX_report_event_chad
	is_triggered_only = yes
	option = {
		name = sharedafrika.45.a
		set_politics = {
			ruling_party = radical_socialist
			elections_allowed = no
		}
		add_popularity = {
			ideology = radical_socialist
			popularity = 0.08
		}
		add_popularity = {
			ideology = syndicalist
			popularity = 0.06
		}
		add_popularity = {
			ideology = totalist
			popularity = 0.03
		}
		drop_cosmetic_tag = yes
			overlord = {
					set_autonomy = {
						target = ROOT
						autonomous_state = autonomy_free
					}
					remove_from_faction = ROOT
				}
				GER = { remove_from_faction = ROOT }
				ROOT = {
					separate_peace_all_wars = yes
				}	
		add_stability = -0.05
		hidden_effect = {
			country_event = {
				id = sharedafrika.46 days = 4
			}
		}
	}
	option = {
		name = sharedafrika.45.b
		add_war_support = 0.1
		add_popularity = {
			ideology = social_conservative
			popularity = 0.1
		}		
		add_popularity = {
			ideology = market_liberal
			popularity = 0.03
		}		
		add_popularity = {
			ideology = social_liberal
			popularity = 0.04
		}		
		add_popularity = {
			ideology = social_democrat
			popularity = 0.06
		}			
		hidden_effect = {
			country_event = {
				id = sharedafrika.47 days = 4
			}
		}
	}
	option = {
		name = sharedafrika.45.c
		add_stability = -0.05
	}
	 #Guenon
	option = {
		name = sharedafrika.45.e
		add_stability = -0.05
		set_politics = {
			ruling_party = national_populist
			elections_allowed = no
		}
		drop_cosmetic_tag = yes
			overlord = {
					set_autonomy = {
						target = ROOT
						autonomous_state = autonomy_free
					}
					remove_from_faction = ROOT
				}
				GER = { remove_from_faction = ROOT }
				ROOT = {
					separate_peace_all_wars = yes
				}
			GER = { remove_from_faction = ROOT }
			create_country_leader = { 
				name = "René Guénon"
				picture = "gfx/leaders/MOR/Portrait_MOR_Rene_Guenon.png"
				desc = "POLITICS_RENE_DESC"
				expire = "1.1.1"
				ideology = occultism_subtype
			}
			create_country_leader = { 
				name = "René Guénon"
				picture = "gfx/leaders/MOR/Portrait_MOR_Rene_Guenon.png"
				desc = "POLITICS_RENE_DESC"
				expire = "1.1.1"
				ideology = paternal_autocrat_subtype
			}
			
			create_country_leader = { 
				name = "René Guénon"
				picture = "gfx/leaders/MOR/Portrait_MOR_Rene_Guenon.png"
				desc = "POLITICS_RENE_DESC"
				expire = "1.1.1"
				ideology = authoritarian_democrat_subtype
			}
			
			create_country_leader = { 
				name = "René Guénon"
				picture = "gfx/leaders/MOR/Portrait_MOR_Rene_Guenon.png"
				desc = "POLITICS_RENE_DESC"
				expire = "1.1.1"
				ideology = social_conservative_subtype
			}
			
			create_country_leader = { 
				name = "René Guénon"
				picture = "gfx/leaders/MOR/Portrait_MOR_Rene_Guenon.png"
				desc = "POLITICS_RENE_DESC"
				expire = "1.1.1"
				ideology = market_liberal_subtype
			}
			
			create_country_leader = { 
				name = "René Guénon"
				picture = "gfx/leaders/MOR/Portrait_MOR_Rene_Guenon.png"
				desc = "POLITICS_RENE_DESC"
				expire = "1.1.1"
				ideology = social_liberal_subtype
			}
			
			create_country_leader = { 
				name = "René Guénon"
				picture = "gfx/leaders/MOR/Portrait_MOR_Rene_Guenon.png"
				desc = "POLITICS_RENE_DESC"
				expire = "1.1.1"
				ideology = social_democrat_subtype
			}
			
			create_country_leader = { 
				name = "René Guénon"
				picture = "gfx/leaders/MOR/Portrait_MOR_Rene_Guenon.png"
				desc = "POLITICS_RENE_DESC"
				expire = "1.1.1"
				ideology = radical_socialist_subtype
			}
			
			create_country_leader = { 
				name = "René Guénon"
				picture = "gfx/leaders/MOR/Portrait_MOR_Rene_Guenon.png"
				desc = "POLITICS_RENE_DESC"
				expire = "1.1.1"
				ideology = syndicalist_subtype
			}
			
			create_country_leader = { 
				name = "René Guénon"
				picture = "gfx/leaders/MOR/Portrait_MOR_Rene_Guenon.png"
				desc = "POLITICS_RENE_DESC"
				expire = "1.1.1"
				ideology = totalist_subtype
			}
			set_party_name = {
				ideology = national_populist
				long_name = MOR_rene_party_long
				name = MOR_rene_party
			}
			set_cosmetic_tag = MOR_rene
	}
}

 #Change socialist outlook?
country_event = { 
	id = sharedafrika.46
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.46" }
	title = sharedafrika.46.t
	desc = sharedafrika.46.d
	picture = GFX_report_event_hospital
	is_triggered_only = yes
	option = {
		name = sharedafrika.46.a
		add_popularity = {
			ideology = radical_socialist
			popularity = 0.05
		}
	}	
	option = {
		name = sharedafrika.46.b
		set_politics = {
			ruling_party = syndicalist
			elections_allowed = no
		}
		add_popularity = {
			ideology = syndicalist
			popularity = 0.1
		}	
	}
	option = {
		name = sharedafrika.46.c
		set_politics = {
			ruling_party = totalist
			elections_allowed = no
		}
		add_popularity = {
			ideology = totalist
			popularity = 0.03
		}
	}
}

 #Invite parties into government
country_event = { 
	id = sharedafrika.47
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.47" }
	title = sharedafrika.47.t
	desc = sharedafrika.47.d
	picture = GFX_report_event_hospital
	is_triggered_only = yes
	option = {
		name = sharedafrika.47.a
		set_politics = {
			ruling_party = social_conservative
			elections_allowed = no
		}
		add_popularity = {
			ideology = social_conservative
			popularity = 0.1
		}
	}
	option = {
		name = sharedafrika.47.b
		set_politics = {
			ruling_party = market_liberal
			elections_allowed = no
		}
		add_popularity = {
			ideology = market_liberal
			popularity = 0.1
		}
	}
	option = {
		name = sharedafrika.47.c
		set_politics = {
			ruling_party = social_liberal
			elections_allowed = no
		}
		add_popularity = {
			ideology = social_liberal
			popularity = 0.1
		}
	}
	option = {
		name = sharedafrika.47.e
		set_politics = {
			ruling_party = social_democrat
			elections_allowed = no
		}
		add_popularity = {
			ideology = social_democrat
			popularity = 0.1
		}
	}
}
 #Spanish Africa declares neutrality, invade?
country_event = {
	id = sharedafrika.48
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.48" }
	title = sharedafrika.48.t
	desc = sharedafrika.48.d
	picture = GFX_report_event_boat
	is_triggered_only = yes
	option = { #yes
		name = sharedafrika.48.a
		ai_chance = {
			factor = 60
		}
			trigger = {
			OR = {
				has_war = no
				is_subject = no
			}
		}
		if = {
			limit = {
				tag = MOR
				}
			MOR = {
				declare_war_on = {
					target = SFA
					type = annex_everything
				}
			}
		}
		if = {
			limit = {
				tag = ADW
				}
			ADW = {
				declare_war_on = {
					target = SFA
					type = annex_everything
				}
			}
		}
		if = {
			limit = {
				tag = GAB
				}
			GAB = {
				declare_war_on = {
					target = SFA
					type = annex_everything
				}
			}
		}
		if = {
			limit = {
				tag = KOG
				KOG = {
					is_subject = no
					}
				}
			KOG = {
				declare_war_on = {
					target = SFA
					type = annex_everything
				}
			}
		}
		if = {
			limit = {
				tag = KOG
				}
			KOG = {
				declare_war_on = {
					target = SFA
					type = annex_everything
				}
			}
		}
	}	
	option = { #no
		name = sharedafrika.48.b
		ai_chance = {
			factor = 40
		}
	}
}

 #Siam at war with German Asia, join in?
country_event = { 
	id = sharedafrika.49
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.49" }
	title = sharedafrika.49.t
	desc = sharedafrika.49.d
	picture = GFX_report_event_boat
	is_triggered_only = yes

	trigger = {
		GEA = {
			has_war_with = SIA
		}
	}

	option = { #yes
		name = sharedafrika.49.a
		ai_chance = {
			factor = 80
		}
		trigger = {
			has_war = no
		}
		declare_war_on = {
			target = SIA
			type = annex_everything
		}
	}
	option = { #no
		name = sharedafrika.49.b
		ai_chance = {
			factor = 20
		}
	}	
}

 #Burma at war with German Asia, join in?
country_event = { 
	id = sharedafrika.50
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.50" }
	title = sharedafrika.50.t
	desc = sharedafrika.50.d
	picture = GFX_report_event_boat
	is_triggered_only = yes

	trigger = {
		BRM = {
			has_war_with = GEA
		}		
	}

	option = { #yes
		name = sharedafrika.50.a
		ai_chance = {
			factor = 80
		}
		trigger = {
			has_war = no
		}
		declare_war_on = {
			target = BRM
			type = annex_everything
		}
	}
	option = { #no
		name = sharedafrika.50.b
		ai_chance = {
			factor = 20
		}
	}	
}

news_event = { #Worldnews - Collapse of Spanish Africa
	id = sharedafrika.51
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.51 FROM = [From.GetName]" }
	picture = GFX_news_event_ceuta
	title = sharedafrika.51.t
	desc = sharedafrika.51.d
	is_triggered_only = yes
	
	major = yes
	
trigger = {
		wants_world_news = yes
	}

	show_major = {
		regional_africa_news = yes
	}

	option = { #Leadership
		name = sharedafrika.51.a
		trigger = {
		OR = {
			tag = SPR
			tag = CAR
			tag = CNT
			}
		}
		if = {
			limit = {
				OR = {
					tag = SPR
					tag = CAR
					tag = CNT
					}
				}
			add_political_power = -100
		}
	}

	option = { #Leftist
		name = sharedafrika.51.b
		trigger = {
			NOT = {
				OR = {
				tag = SPR
				tag = CAR
				tag = CNT
				}
			}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.51.c
		trigger = {
			NOT = {
				OR = {
				tag = SPR
				tag = CAR
				tag = CNT
				}
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.51.e
		trigger = {
			NOT = {
				OR = {
					tag = SPR
					tag = CAR
					tag = CNT
				}
			}
			has_elected_government = yes
		}
	}
}

country_event = { #Nigeria - response to collapse of Mittelafrika
	id = sharedafrika.52
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.52" }
	title = sharedafrika.52.t
	desc = sharedafrika.52.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = {
			country_event = {
				id = nig.1
				days = 2
			}
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
	}

	option = { #old order survives
		name = sharedafrika.52.a
		ai_chance = {
			factor = 50
		}
		add_stability = -0.1
	}
	option = { #demands for elections
		name = sharedafrika.52.b
		ai_chance = {
			factor = 100
		}
		trigger = {
			has_government = paternal_autocrat
		}
		add_stability = -0.05
		country_event = {
			id = nigeria.14
			days = 4
		}
		set_cosmetic_tag = NGR_IND
		overlord = {
			set_autonomy = {
				target = ROOT
				autonomous_state = autonomy_free
			}
			remove_from_faction = ROOT
		}
		GER = { remove_from_faction = ROOT }
		ROOT = {
			separate_peace_all_wars = yes
		}
	}
	option = { #The British protectorate is ended
		name = sharedafrika.52.c
		ai_chance = {
			factor = 100
		}
			trigger = {
			has_cosmetic_tag = NGR_GBR
			NOT = {
				has_country_leader = {
					name = "Edward Twining"
					ruling_only = yes
				}
				has_country_leader = {
					name = "Hugh Clifford"
					ruling_only = yes
				}
				has_country_leader = {
					name = "Bernhard H. Bourdillon"
					ruling_only = yes
				}
			}
		}
		add_stability = -0.05
		drop_cosmetic_tag = yes
		set_cosmetic_tag = NGR_IND
	}
}

country_event = { #collapse reaction to those already free of Africa
	id = sharedafrika.53
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.53" }
	title = sharedafrika.53.t
	desc = sharedafrika.53.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	option = {
		name = sharedafrika.53.a
		ai_chance = {
			factor = 50
		}
		add_stability = 0.05
		add_war_support = -0.05
	}
}

country_event = { #German Middlekongo response to collapse of Mittelafrika
	id = sharedafrika.54
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.54" }
	title = sharedafrika.54.t
	desc = sharedafrika.54.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
			every_owned_state = {
				limit = {
					OR = {
						state = 539
						state = 297
					}
				}
				GAB = { transfer_state = PREV }
			}
			if = {
				limit = {
					country_exists = GAB
					GAB = { NOT = { has_country_flag = MAF_already_exists } }
				}
				GAB = {
					add_to_array = { global.MAF_collapse_tags = THIS }
				}
			GAB = { declare_war_on = { target = KOG type = annex_everything } }
			}
			every_owned_state = {
				limit = {
					OR = {
						state = 953
						state = 974
					}
				}
				TKE = { transfer_state = PREV }
			}
			if = {
				limit = {
					country_exists = TKE
					TKE = { NOT = { has_country_flag = MAF_already_exists } }
				}
				TKE = {
					add_state_core = 953
					add_state_core = 974
					load_oob = TKE
					add_to_array = { global.MAF_collapse_tags = THIS }
				}
				TKE = { declare_war_on = { target = KOG type = annex_everything } }
				TKE = { declare_war_on = { target = GAB type = annex_everything } }
			}
		}
	}
	option = { #Germans hold strong
		name = sharedafrika.54.a
		ai_chance = {
			factor = 50
		}
		add_stability = -0.15
		hidden_effect = {
			set_cosmetic_tag = KOG_GERMAN
		}
	}
	option = { #Pedro takes over
		name = sharedafrika.54.b
		ai_chance = {
			factor = 100
		}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
			drop_cosmetic_tag = yes
			set_party_name = { 
				ideology = paternal_autocrat 
				long_name = KOG_paternal_autocrat_party_long_pedro 
				name = KOG_paternal_autocrat_party_pedro 
			}
			set_party_name = { 
				ideology = authoritarian_democrat 
				long_name = KOG_authoritarian_democrat_party_long_pedro 
				name = KOG_authoritarian_democrat_party_pedro 
			}
			set_party_name = { 
				ideology = social_conservative 
				long_name = KOG_social_conservative_party_long_pedro 
				name = KOG_social_conservative_party_pedro 
			}
		set_cosmetic_tag = KOG_KON
		add_ideas = {
			KOG_reliance_on_portugal_idea
			KOG_claims_of_greatness_idea
		}
		remove_ideas = {
			KOG_the_figurehead_idea
		}
		add_war_support = 0.05
		set_politics = {
			ruling_party = paternal_autocrat
			last_election = "1918.11.9"
			election_frequency = 48
			elections_allowed = no
		}
		create_country_leader = {
			name = "Pedro VII"
			desc = "POLITICS_PEDRO_KONGO_DESC"
			picture = "gfx/leaders/KOG/Portrait_Kongo_Pedro_VII_Afonso.png"
			expire = "1.1.1"
			ideology = pataut_tribal_chiefdom_subtype
		}
		create_field_marshal = {
			name = "Simon Kimbangu"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Simon_Kimbangu.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3348
		}
		create_field_marshal = {
			name = "Marie Muilu Kiawanga Nzitani"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Mama_Kimbangu.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3349
		}
		create_corps_commander = {
			name = "Salomon Dialungana Kiangani"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Salomon_Kimbangu.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3350
		}
		create_corps_commander = {
			name = "Joseph Diangienda"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Joseph_Diangienda.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3351
		}
		create_corps_commander = {
			name = "Charles Daniel Kisolokele"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Charles_Daniel_Kisolokele.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3352
		}
		create_corps_commander = {
			name = "Simon-Pierre Mpadi"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Simon_Pierre_Mpadi.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3353
		}
		add_stability = -0.05
	}
	option = { #Republic
		name = sharedafrika.53.c
		ai_chance = {
			factor = 50
		}
		trigger = {
			KIV = {
				country_exists = no
			}
		}
		unlock_national_focus = KOG_thecoalitionshatters
		set_politics = {
			ruling_party = social_conservative
		}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		remove_all_ministers = yes
		add_ideas = {
			KIV_Daniel_Kanza_hog_sco
			KIV_Victor_Koumorico_for_sco
			KIV_Arthur_Pinzi_eco_sco
			KIV_Joseph_Albert_Malula_sec_sco
		}
		add_popularity = { ideology = social_conservative popularity = 0.15 }
		add_popularity = { ideology = social_democrat popularity = 0.05 }
		add_popularity = { ideology = social_liberal popularity = 0.05 }
		add_popularity = { ideology = market_liberal popularity = 0.05 }
		add_stability = -0.05
		create_field_marshal = {
			name = "Simon Kimbangu"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Simon_Kimbangu.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3348
		}
		create_field_marshal = {
			name = "Marie Muilu Kiawanga Nzitani"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Mama_Kimbangu.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3349
		}
		create_corps_commander = {
			name = "Salomon Dialungana Kiangani"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Salomon_Kimbangu.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3350
		}
		create_corps_commander = {
			name = "Joseph Diangienda"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Joseph_Diangienda.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3351
		}
		create_corps_commander = {
			name = "Charles Daniel Kisolokele"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Charles_Daniel_Kisolokele.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3352
		}
		create_corps_commander = {
			name = "Simon-Pierre Mpadi"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Simon_Pierre_Mpadi.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3353
		}
		hidden_effect = {
			set_country_flag = crisisended
			set_cosmetic_tag = KOG_REP
		}
	}
	option = { #Socialists
		name = sharedafrika.53.e
		ai_chance = {
			factor = 50
		}
		trigger = {
			KIV = {
				country_exists = no
			}
		}
		unlock_national_focus = KOG_thecoalitionshatters
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		set_politics = {
			ruling_party = radical_socialist
		}
		add_popularity = { ideology = radical_socialist popularity = 0.15 }
		add_popularity = { ideology = social_democrat popularity = 0.05 }
		add_popularity = { ideology = syndicalist popularity = 0.05 }
		add_popularity = { ideology = totalist popularity = 0.05 }
		add_stability = -0.05
		create_field_marshal = {
			name = "Simon Kimbangu"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Simon_Kimbangu.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3348
		}
		create_field_marshal = {
			name = "Marie Muilu Kiawanga Nzitani"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Mama_Kimbangu.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3349
		}
		create_corps_commander = {
			name = "Salomon Dialungana Kiangani"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Salomon_Kimbangu.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3350
		}
		create_corps_commander = {
			name = "Joseph Diangienda"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Joseph_Diangienda.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3351
		}
		create_corps_commander = {
			name = "Charles Daniel Kisolokele"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Charles_Daniel_Kisolokele.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3352
		}
		create_corps_commander = {
			name = "Simon-Pierre Mpadi"
			portrait_path = "gfx/leaders/COG/Portrait_Congo_Simon_Pierre_Mpadi.png"
			traits = {
				politically_connected
			}
			skill = 1
			attack_skill = 1
			defense_skill = 1
			planning_skill = 1
			logistics_skill = 1
			id = 3353
		}
		hidden_effect = {
			set_country_flag = crisisended
			set_cosmetic_tag = KOG_REP_COM
			country_event = {
				id = leopoldville.45
				days = 155
			}
			remove_all_ministers = yes
			add_ideas = {
				KIV_Joseph_Kasa_Vubu_hog_sli
				KIV_Isaac_Kalonji_for_sli
				KIV_Moise_Tshombe_eco_sli
				KIV_Louis_de_Gonzague_Bobozo_sec_sli
			}
		}
	}
}

country_event = { #Sudwestafrika response
	id = sharedafrika.55
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.55" }
	title = sharedafrika.55.t
	desc = sharedafrika.55.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
		trigger = {
		NOT = {
			has_war_with = NBL
		}
	}
	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
	}

	option = { #another Ovambo Revolt
		name = sharedafrika.55.a
		ai_chance = {
			factor = 100
		}
		add_stability = -0.05
		hidden_effect = {
			964 = {
				set_demilitarized_zone = no
			}
			NBL = {
				transfer_state = 964
				load_oob = NBL_AFR
				add_state_core = 964
				add_state_core = 541
			}
				if = {
					limit = {
						OR = {
							NMB = {
								is_ai = no
							}
							MAF = {
								is_ai = no
							}
						}
					}
					NBL = {
						load_oob = NBL_AFR
					}
				}
			NBL = {
				declare_war_on = {
					target = NMB
					type = annex_everything
				}
			}
		}
	}
	option = { #SAF intervention
		name = sharedafrika.55.b
		ai_chance = {
			factor = 50
		}
		add_stability = -0.05
	 #If South Africa doesn't have a Boer war to deal with, they will try to intervene in SWA
	if = {
		limit = {
			SAF = {
				OR = {
					controls_state = 945 #Northern Cape
					controls_state = 542 #Bechuanaland
				}
				NOT = {
					has_war_with = SFR
					has_war_with = ZIM
				}
			}
		}
		SAF = {
			country_event = { id = saf.179 days = 2 }
		}
		if = {
			limit = {
				SAF = {
					has_socialist_government = no
				}
			}
			SAF = {
				country_event = {
					id = saf.collapse.1
					days = 1
				}
			}
		}
	}
	 #Federation too
	else_if = {
		limit = {
			SFR = {
				OR = {
					controls_state = 945 #Northern Cape
					controls_state = 542 #Bechuanaland
				}
				NOT = {
					has_war_with = SAF
					has_war_with = ZIM
				}
			}
		}
			SFR = {
				country_event = { id = saf.179 days = 2 }
				SAF = {
					country_event = {
						id = saf.collapse.1
						days = 1
					}
				}
			}
		}
	}
option = { #Ovambo takeover
		name = sharedafrika.55.c
		ai_chance = {
			factor = 20
		}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		add_stability = -0.05
			964 = {
				set_demilitarized_zone = no
			}
			NBL = {
				transfer_state = 964
				transfer_state = 964
				add_state_core = 964
				add_state_core = 541
			}
		load_oob = NBL_AFR
	}
}

country_event = { #German CEA response
	id = sharedafrika.56
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.56" }
	title = sharedafrika.56.t
	desc = sharedafrika.56.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
	}

	option = { #German regime survives
		name = sharedafrika.56.a
		ai_chance = {
			factor = 50
		}
		add_stability = -0.1
	}
	
	option = { #Bokassa takes over
		name = sharedafrika.56.b
		ai_chance = {
			factor = 150
		}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		add_stability = -0.1
		add_political_power = 30
		add_stability = -0.25
		set_politics = {
			ruling_party = paternal_autocrat
			last_election = "1918.11.9"
			election_frequency = 48
			elections_allowed = no
		}
		retire_country_leader = yes
		create_country_leader = {
			name = "Jean-Bédel Bokassa"
			desc = "POLITICS_BOKASSA_LEADER_DESC"
			picture = "gfx/leaders/CEA/Portrait_CEA_Jean_Bedel_Bokassa.png"
			expire = "1.1.1"
			ideology = junta_subtype
		}
		hidden_effect = {
		set_popularities = {
			totalist = 0
			syndicalist = 0
			radical_socialist = 0
			social_democrat = 23
			social_liberal = 5
			market_liberal = 5
			social_conservative = 25
			authoritarian_democrat = 0
			paternal_autocrat = 42
			national_populist = 0
		}
		clr_country_flag = revoltsuppressed
		set_country_flag = revoltsuccessful
		set_country_flag = soc_dems_are_socialists
		country_event = { id = cea.0 days = 2 }
		country_event = { id = cea_flavour.24 days = 67 }
		country_event = { id = cea_flavour.25 days = 88 }
		country_event = { id = cea_flavour.58 days = 3917  }
		remove_ideas = {
			Generic_Colonial_Nation
			CEA_colonial_backwater
			CEA_company_abuses
			CEA_inflamed_islamic_sentiment
		}
		add_ideas = {
			CEA_split_larp
			CEA_inferiority_complex
			CEA_fresh_meat
			 # # #Ministers # # #
			CEA_Barthelemy_Boganda_hog_sli
		}
			drop_cosmetic_tag = yes
			remove_ideas = CEA_colonial_backwater
		}
	}
	option = { #Selekas
		name = sharedafrika.56.c
		ai_chance = {
			factor = 50
		}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		add_stability = -0.1
			set_party_name = {
			name = CEA_paternal_autocrat_party3
			long_name = CEA_paternal_autocrat_party3_long
			ideology = paternal_autocrat
		}
			retire_country_leader = yes
			create_country_leader = {
				name = "Kamoun Mohamed al-Senoussi"
				picture = "gfx/leaders/CEA/Portrait_CEA_Kamoun_Mohamed_Senoussi.png"
				expire = "1.1.1"
				ideology = pataut_islamism_subtype
	
			}
		hidden_effect = {
			drop_cosmetic_tag = yes
			clr_country_flag = revoltsuppressed
			set_country_flag = revoltsuccessful
			set_cosmetic_tag = CEA_SULTANATE
			complete_national_focus = CEA_colonial_collapse
			remove_ideas = CEA_colonial_backwater
			set_party_name = {
				name = CEA_paternal_autocrat_party3
				long_name = CEA_paternal_autocrat_party3_long
				ideology = paternal_autocrat
			}			
			country_event = {
				id = cea_flavour.60
				days = 22
			}
			country_event = {
				id = cea_flavour.61
				days = 33
			}
			country_event = {
				id = cea_flavour.62
				days = 65
			}		
			country_event = {
				id = cea_flavour.63
				days = 133
			}
			country_event = {
				id = cea_flavour.64
				days = 266
			}				
			country_event = {
				id = cea_flavour.64
				days = 266
			}		
			country_event = {
				id = cea_flavour.68
				days = 444
			}		
		}
	}
	option = { #NFA intervention
		name = sharedafrika.56.e
		ai_chance = {
			factor = 50
		}
		trigger = {
			NFA = {
				owns_state = 515
			}
		}
		NFA = {
			country_event = {
				id = sharedafrika.57
				days = 2
			}
		}
		hidden_effect = {
			660 = {
				add_claim_by = NFA
			}
			975 = {
				add_claim_by = NFA
			}
		}
	}
}

country_event = { #French intervention in sub-saharan Africa
	id = sharedafrika.57
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.57" }
	title = sharedafrika.57.t
	desc = sharedafrika.57.d
	picture = GFX_report_event_africamountain
	is_triggered_only = yes

	option = {
		name = sharedafrika.57.a
		ai_chance = {
			factor = 100
		}
		ROOT = {
			annex_country = {
				target = FROM
				transfer_troops = no
			}
		}
		add_political_power  = -20
		add_stability = -0.01
		NFA = { change_tag_from = CEA }
	}
	
	option = {
		name = sharedafrika.57.b
		ai_chance = {
			factor = 0
		}
	}
}

country_event = { #Uganda response
	id = sharedafrika.58
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.58" }
	title = sharedafrika.58.t
	desc = sharedafrika.58.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	
trigger = {
		NOT = {
			has_socialist_government = yes
		}
	}
	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
	}

	option = { #Current regime survives
		name = sharedafrika.58.a
		ai_chance = {
			factor = 50
		}
		add_stability = -0.1
		if = {
			limit = {
				NOT = {
					OR = {
					has_country_flag = UGA_willholdelections
					has_country_flag = UGA_blockedelections
					}
				}
			}
			country_event = {
				id = uga.20042
				days = 1
			}
			country_event = {
				id = uga.2015
				days = 30
			}
			set_country_flag = UGA_willholdelections
		}
	}
	option = { #Buganda takes over
		name = sharedafrika.58.b
		ai_chance = {
			factor = 50
		}
		trigger = {
			NOT = {
				has_completed_focus = UGA_entebbedeclaration
			}
		}
		add_stability = -0.1
		complete_national_focus = UGA_codifyabsolutemonarchy
		unlock_national_focus  = UGA_entebbedeclaration
		set_politics = {
		ruling_party = paternal_autocrat
		elections_allowed = no
		}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		drop_cosmetic_tag = yes
		retire_country_leader = yes
		remove_all_ministers = yes
		add_ideas = {
			UGA_Daudi_Cwa_II_hog_pau
			UGA_Yusuf_Lule_for_sco
			UGA_Yusuf_Lule_eco_sco
			UGA_Mustafa_Adrisi_sec_pau
		}
		create_country_leader = {
			name = "Daudi Cwa II"
			picture = "gfx/leaders/UGA/Portrait_Uganda_Daudi_Cwa_II.png"
			expire = "1.1.1"
			ideology = pataut_christian_democracy_subtype
		}
		hidden_effect = {
		create_country_leader = {
			name = "Daudi Cwa II"
			picture = "gfx/leaders/UGA/Portrait_Uganda_Daudi_Cwa_II.png"
			expire = "1.1.1"
			ideology = prussian_constitutionalism_subtype
		}
		create_country_leader = {
			name = "Daudi Cwa II"
			picture = "gfx/leaders/UGA/Portrait_Uganda_Daudi_Cwa_II.png"
			expire = "1.1.1"
			ideology = moderate_authoritarianism_subtype
		}
		create_country_leader = {
			name = "Daudi Cwa II"
			picture = "gfx/leaders/UGA/Portrait_Uganda_Daudi_Cwa_II.png"
			expire = "1.1.1"
			ideology = liberal_conservative_subtype
		}
		create_country_leader = {
			name = "Daudi Cwa II"
			picture = "gfx/leaders/UGA/Portrait_Uganda_Daudi_Cwa_II.png"
			expire = "1.1.1"
			ideology = centrist_subtype
		}
		create_country_leader = {
			name = "Daudi Cwa II"
			picture = "gfx/leaders/UGA/Portrait_Uganda_Daudi_Cwa_II.png"
			expire = "1.1.1"
			ideology = socdem_progressive_conservatism_subtype
		}
			country_event = { id = uga.2031 days = 460 } #death of the king
		}
	}
	option = { #Republicans take over
		name = sharedafrika.58.c
		ai_chance = {
			factor = 50
		}
		trigger = {
			NOT = {
				has_completed_focus = UGA_entebbedeclaration
			}
		}
		add_stability = -0.1
		complete_national_focus = UGA_theartificialpolity
		unlock_national_focus  = UGA_entebbedeclaration
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
				set_party_name = { 
					ideology = paternal_autocrat 
					long_name = UGA_paternal_autocrat_party_long_democracy
					name = UGA_paternal_autocrat_party_democracy
				}
			create_country_leader = {
				name = "Ignatius K. Musaazi"
				picture = "gfx/leaders/UGA/Portrait_Uganda_Musaazi.png"
				expire = "1.1.1"
				ideology = junta_subtype
			}
			hidden_effect = {
				set_party_name = { 
					ideology = authoritarian_democrat 
					long_name = UGA_authoritarian_democrat_party_long_democracy
					name = UGA_authoritarian_democrat_party_democracy
				}
				set_party_name = { 
					ideology = social_conservative 
					long_name = UGA_social_conservative_party_long_democracy
					name = UGA_social_conservative_party_democracy
				}
				set_party_name = { 
					ideology = market_liberal 
					long_name = UGA_market_liberal_party_long_democracy
					name = UGA_market_liberal_party_democracy
				}
				set_party_name = { 
					ideology = social_liberal 
					long_name = UGA_social_liberal_party_long_democracy
					name = UGA_social_liberal_party_democracy
				}
				set_party_name = { 
					ideology = social_democrat 
					long_name = UGA_social_democrat_party_long_democracy
					name = UGA_social_democrat_party_democracy
				}
			create_country_leader = {
				name = "Ignatius K. Musaazi"
				picture = "gfx/leaders/UGA/Portrait_Uganda_Musaazi.png"
				expire = "1.1.1"
				ideology = junta_subtype
			}
			create_country_leader = {
				name = "Ignatius K. Musaazi"
				picture = "gfx/leaders/UGA/Portrait_Uganda_Musaazi.png"
				expire = "1.1.1"
				ideology = authdem_republican_panafricanism_subtype
			}
			create_country_leader = {
				name = "Ignatius K. Musaazi"
				picture = "gfx/leaders/UGA/Portrait_Uganda_Musaazi.png"
				expire = "1.1.1"
				ideology = soccon_republican_panafricanism_subtype
			}
			create_country_leader = {
				name = "Ignatius K. Musaazi"
				picture = "gfx/leaders/UGA/Portrait_Uganda_Musaazi.png"
				expire = "1.1.1"
				ideology = marlib_republican_panafricanism_subtype
			}
			create_country_leader = {
				name = "Ignatius K. Musaazi"
				picture = "gfx/leaders/UGA/Portrait_Uganda_Musaazi.png"
				expire = "1.1.1"
				ideology = soclib_republican_panafricanism_subtype
			}
			create_country_leader = {
				name = "Ignatius K. Musaazi"
				picture = "gfx/leaders/UGA/Portrait_Uganda_Musaazi.png"
				expire = "1.1.1"
				ideology = socdem_republican_panafricanism_subtype
			}
			hidden_effect = {
			UGA = {
				drop_cosmetic_tag = yes
			}
			UGA = {
				set_cosmetic_tag = UGA_REP
				}
				set_country_flag = dictatorship
			}
		}
	}
	
	option = { #Socialist coup
		name = sharedafrika.58.e
		ai_chance = {
			factor = 50
		}
		trigger = {
			NOT = {
				has_completed_focus = UGA_entebbedeclaration
			}
		}
		add_stability = -0.1
		unlock_national_focus  = UGA_entebbedeclaration
		set_politics = {
				ruling_party = radical_socialist
				elections_allowed = no
			}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		add_popularity = {
			ideology = radical_socialist
			popularity = 0.15
		}
			set_party_name = { 
				ideology = paternal_autocrat 
				long_name = UGA_paternal_autocrat_party_long_democracy
				name = UGA_paternal_autocrat_party_democracy
			}
			set_party_name = { 
				ideology = authoritarian_democrat 
				long_name = UGA_authoritarian_democrat_party_long_democracy
				name = UGA_authoritarian_democrat_party_democracy
			}
			set_party_name = { 
				ideology = social_conservative 
				long_name = UGA_social_conservative_party_long_democracy
				name = UGA_social_conservative_party_democracy
			}
			set_party_name = { 
				ideology = market_liberal 
				long_name = UGA_market_liberal_party_long_democracy
				name = UGA_market_liberal_party_democracy
			}
			set_party_name = { 
				ideology = social_liberal 
				long_name = UGA_social_liberal_party_long_democracy
				name = UGA_social_liberal_party_democracy
			}
			set_party_name = { 
				ideology = social_democrat 
				long_name = UGA_social_democrat_party_long_democracy
				name = UGA_social_democrat_party_democracy
			}
			drop_cosmetic_tag = yes
			set_cosmetic_tag = UGA_REP
			remove_all_ministers = yes
		}
	}
	
country_event = { #Kenya response
	id = sharedafrika.59
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.59" }
	title = sharedafrika.59.t
	desc = sharedafrika.59.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
			KIK = {
				declare_war_on = {
					target = KEN
					type = annex_everything
				}
			}
		}
		hidden_effect = {
			KEN = {
				country_event = {
					id = ugken.1
					days = 3
				}
			}
			SOM = {
				country_event = {
					id = sharedafrika.60
					days = 10
				}
			}
		}
	}

	option = { #Current regime survives
		name = sharedafrika.59.a
		ai_chance = {
			factor = 50
		}
		add_stability = -0.1
	}

	option = { #Vigilance Committee
		name = sharedafrika.59.b
		ai_chance = {
			factor = 50
		}
		add_stability = -0.1
		trigger = {
			NOT = {
				has_government = national_populist
			}
		}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		country_event = {
			id = kenia.32
			days = 1
		}
	}
	
	option = { #Socialists decapitate the government
		name = sharedafrika.59.c
		ai_chance = {
			factor = 25
		}
		add_stability = -0.1
			every_owned_state = {
				KIK = { transfer_state = PREV }
			}
			retire_country_leader = yes
			delete_unit_template_and_units = {
				division_template = "Mittelafrikanische Division"
				disband = yes
			}
			if = {
				limit = {
					country_exists = KIK
					KIK = { NOT = { has_country_flag = MAF_already_exists } }
				}
				KIK = {
					add_state_core = 547
					add_state_core = 925
					remove_ideas = KIK_Mountain_Deferred
					remove_ideas = KIK_Maumau
					load_oob = KIK
					load_oob = KIK3
					add_ideas = MAF_Nat_Buff
				}
			ZZB = {
				add_state_core = 970
			}
		}
		set_global_flag = KIK_second_uprising
		KIK = { change_tag_from = KEN }
	}
	option = { #Democratic Kenya
		name = sharedafrika.59.e
		ai_chance = {
			factor = 20
		}
		add_stability = -0.1
		hidden_effect = {
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
			drop_cosmetic_tag = yes
			set_cosmetic_tag = KEN_IND
			load_focus_tree = African_Generic_Democracy
			retire_ideology_leader = national_populist
			retire_ideology_leader = paternal_autocrat
			retire_ideology_leader = authoritarian_democrat
			retire_ideology_leader = social_conservative
			retire_ideology_leader = market_liberal
			retire_ideology_leader = social_liberal
			retire_ideology_leader = social_democrat
			retire_ideology_leader = radical_socialist
			retire_ideology_leader = syndicalist
			retire_ideology_leader = totalist
			create_country_leader = {
				name = "Dedan Kimathi"
				desc = "POLITICS_DEDAN_KIMATHI_DESC"
				picture = "gfx/leaders/KIK/KIK_Dedan_Kimathi.png"
				expire = "1.1.1"
				ideology = moderate_obammunism_subtype
			}
			create_country_leader = {
				name = "Stanley Mathenge"
				desc = "POLITICS_STANLEY_MATHENGE_DESC"
				picture = "gfx/leaders/KIK/KIK_Mathenge.png"
				expire = "1.1.1"
				ideology = mathengeism_subtype
			}
			create_country_leader = {
				name = "Jaramogi Ajuma Oginga Odinga"
				desc = "POLITICS_OGINGA_ODINGA_DESC"
				picture = "gfx/leaders/KIK/KIK_Jaramogi_Ajuma_Oginga_Odinga.png"
				expire = "1.1.1"
				ideology = indigenous_communitarianism_subtype
			}
			create_country_leader = {
				name = "Fred Kubai"
				desc = "POLITICS_FRED_KUBAI_DESC"
				picture = "gfx/leaders/KIK/KIK_Fred_Kubai.png"
				expire = "1.1.1"
				ideology = african_syndicalism_subtype
			}
			create_country_leader = {
				name = "Jomo Kenyatta"
					desc = "POLITICS_KENYATTA_DESC"
					picture =  "gfx/leaders/MAF/Portrait_Mittelafrika_Jomo_Kenyatta.png"
					expire = "1.1.1"
				ideology = soccon_republican_panafricanism_subtype
			}
			create_country_leader = {
				name = "Jomo Kenyatta"
					desc = "POLITICS_KENYATTA_DESC"
					picture =  "gfx/leaders/MAF/Portrait_Mittelafrika_Jomo_Kenyatta.png"
					expire = "1.1.1"
				ideology = soclib_republican_panafricanism_subtype
			}
			create_country_leader = {
				name = "Jomo Kenyatta"
					desc = "POLITICS_KENYATTA_DESC"
					picture =  "gfx/leaders/MAF/Portrait_Mittelafrika_Jomo_Kenyatta.png"
					expire = "1.1.1"
				ideology = socdem_left_nationalism_subtype
			}
			create_country_leader = {
				name = "Jomo Kenyatta"
					desc = "POLITICS_KENYATTA_DESC"
					picture =  "gfx/leaders/MAF/Portrait_Mittelafrika_Jomo_Kenyatta.png"
					expire = "1.1.1"
				ideology = radsoc_left_panafricanism_subtype
			}
		}
		set_politics = {
			ruling_party = social_democrat
			elections_allowed = yes
		}
		remove_all_ministers = yes
		add_popularity = { ideology = social_conservative popularity = 0.5 }
		add_popularity = { ideology = social_democrat popularity = 0.05 }
		add_popularity = { ideology = social_liberal popularity = 0.05 }
		add_popularity = { ideology = market_liberal popularity = 0.05 }		
	}
}

country_event = { #Somalia taking Jubaland?
	id = sharedafrika.60
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.60" }
	title = sharedafrika.60.t
	desc = sharedafrika.60.d
	picture = GFX_report_event_askari
	is_triggered_only = yes

	option = { #Current regime survives
		name = sharedafrika.60.a
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0.1
				has_war = yes
			}
		}
		trigger = {
		KEN = {
			owns_state = 892
			}
			SOM = { owns_state = 559 }
		}
		declare_war_on = {
			target = KEN
			type = annex_everything
		}
		declare_war_on = {
			target = KIK
			type = annex_everything
		}	
		add_political_power = -50
	}
	option = { #Nah.
		name = sharedafrika.60.b
		ai_chance = {
			factor = 50
		}
	}
}

country_event = { #Zanzibar collapse response
	id = sharedafrika.61
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.61" }
	title = sharedafrika.61.t
	desc = sharedafrika.61.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = {
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
	}

	option = { #Current regime survives
		name = sharedafrika.61.a
		ai_chance = {
			factor = 60
		}
		add_stability = -0.05
	}
	
	option = { #German intervention
		name = sharedafrika.61.b
		ai_chance = {
			factor = 40
		}
		add_stability = -0.05
		if = {
			limit = {
				DJI = {
					NOT = {
						has_country_flag = DJI_collapse
					}
				}
			}
			DJI = {
				country_event = {
					id = sharedafrika.62
					days = 3
				}
			}
		}
		if = {
			limit = {
				336 = {
					is_controlled_by_ROOT_or_ally = yes
				}
			}
			GER = {
				country_event = {
					id = sharedafrika.62
					days = 3
				}
			}
		}
	}
}

country_event = { #Intervention in Zanzibar
	id = sharedafrika.62
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.62" }
	title = sharedafrika.62.t
	desc = sharedafrika.62.d
	picture = GFX_report_event_port_rail
	is_triggered_only = yes
	option = {
		name = sharedafrika.62.a
		ai_chance = {
			factor = 60
			modifier = {
				factor = 0
				OR = {
					has_war = yes
					tag = GER
				}
			}
		}
		declare_war_on = {
			target = ZZB
			type = annex_everything
		}
		if = {
			limit = {
				tag = GER
				}
			905 = {
				add_claim_by = GER
			}
		}
		if = {
			limit = {
				tag = DJI
				}
			905 = {
				add_claim_by = DJI
			}
		}
		add_political_power  = -20
		add_stability = -0.01
	}
	
	option = {
		name = sharedafrika.62.b
		ai_chance = {
			factor = 40
		}
	}
}

country_event = { #BSAC collapse response
	id = sharedafrika.63
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.63" }
	title = sharedafrika.63.t
	desc = sharedafrika.63.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
		hidden_effect = {
			country_event = {
				id = bsac.31
				days = 3
			}
		}
	}

	option = { #Current regime survives
		name = sharedafrika.63.a
		ai_chance = {
			factor = 60
		}
		add_stability = -0.05
	}
	
	option = { #A socialist uprising is launched
		name = sharedafrika.63.b
		ai_chance = {
			factor = 40
		}
		trigger = {
			NOT = {
				has_socialist_government = yes
			}
		}
		add_stability = -0.05
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		hidden_effect = {
			set_cosmetic_tag = BSC_FREE
			remove_ideas = BSC_corporate_rule
		}
		set_politics = {
			ruling_party = social_democrat
		}
		add_popularity = {
			ideology = syndicalist
			popularity = 0.25
			}
		add_popularity = {
			ideology = radical_socialist
			popularity = 0.15
			}
		add_popularity = {
			ideology = totalist
			popularity = 0.1
			}
		add_popularity = {
			ideology = social_democrat
			popularity = 0.15
			}
		add_popularity = {
			ideology = paternal_autocrat
			popularity = -0.5
			}
		hidden_effect = {
			BSC = {
				country_event = {
					id = bsac.50
					days = 2
				}	
			}				 
		}
	}
	option = { #Chaos
		name = sharedafrika.63.c
		ai_chance = {
			factor = 30
		}
		if = {
			limit = { country_exists = ZAM }
			every_owned_state = {
				ZAM = { transfer_state = PREV }
			}
		}
		if = {
			limit = { 
				country_exists = BRT 
				NOT = {
					country_exists = ZAM 
				}
			}
			every_owned_state = {
				ZAM = { transfer_state = PREV }
			}
		}
		if = {
			limit = { 
				country_exists = ZIM 
				NOT = {
					country_exists = BRT 
					country_exists = ZAM 
				}
			}
			every_owned_state = {
				ZIM = { add_state_claim = PREV }
				ZIM = { transfer_state = PREV }
			}
		}
	}
}

country_event = { #ZAM response to collapse
	id = sharedafrika.64
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.64" }
	title = sharedafrika.64.t
	desc = sharedafrika.64.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
		hidden_effect = {
			country_event = {
				id = sharedafrika.65
				days = 6
			}
		}
	}

	option = { #Current regime survives
		name = sharedafrika.64.a
		ai_chance = {
			factor = 50
		}
		add_stability = -0.1
	}
	option = { #Baring takeover
		name = sharedafrika.64.b
		ai_chance = {
			factor = 100
		}
		trigger = {
			NOT = {
				custom_trigger_tooltip = {
					tooltip = ZAM_baring_in_power
					has_government = national_populist
				}
			}
		}
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		country_event = {
			id = nrho.10
			days = 2
		}
		add_stability = -0.1
	}
	option = { #Get annexed by neighbour
		name = sharedafrika.64.c
		ai_chance = {
			factor = 50
		}
		trigger = {
			NOT = {
				custom_trigger_tooltip = {
					tooltip = ZAM_baring_in_power
					has_government = national_populist
				}
			}
		}
		trigger = {
			NOT = {
				owns_state = 956
			}
		}
		if = {
			limit = { country_exists = BSC }
			every_owned_state = {
				BSC = { transfer_state = PREV }
			}
		}
		if = {
			limit = { 
				country_exists = BRT 
				NOT = {
					country_exists = BSC 
				}
			}
			every_owned_state = {
				BRT = { transfer_state = PREV }
			}
		}
		if = {
			limit = { 
				country_exists = ZIM 
				NOT = {
					country_exists = BRT 
					country_exists = BSC 
				}
			}
			every_owned_state = {
				ZIM = { add_state_claim = PREV }
				ZIM = { transfer_state = PREV }
			}
		}
	}
}

country_event = { #Reconquer British Central Africa?
	id = sharedafrika.65
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.65" }
	title = sharedafrika.65.t
	desc = sharedafrika.65.d
	picture = GFX_report_event_march
	is_triggered_only = yes
	option = { #Attack?
		name = sharedafrika.65.a
		ai_chance = {
			factor = 100
		}
		if = {
			limit = {
				ZAM = {
					can_declare_war_on = BRT
				}
			}
		ZAM = { declare_war_on = { target = BRT type = annex_everything } }
		}
		if = {
			limit = {
				ZAM = {
					can_declare_war_on = BSC
				}
			}
		ZAM = { declare_war_on = { target = BSC type = annex_everything } }
		}
		if = {
			limit = {
				ZAM = {
					can_declare_war_on = MLW
				}
			}
		ZAM = { declare_war_on = { target = MLW type = annex_everything } }
		}
	}

	option = { #Don't attack
		name = sharedafrika.65.b
		ai_chance = {
			factor = 0
		}
		add_war_support = -0.1
	}
}

country_event = { #Nyasaland response to fall
	id = sharedafrika.66
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.66" }
	title = sharedafrika.66.t
	desc = sharedafrika.66.d
	picture = GFX_report_event_boma
	is_triggered_only = yes

	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
	}

	option = {
		name = sharedafrika.66.a #Government survives
		ai_chance = {
			factor = 50
		}
		trigger = {
			tag = MLW
		}
		if = {
			limit = {
				tag = MLW
			}
			add_political_power = -100
			add_stability = -0.1
		}

	}

	option = {
		name = sharedafrika.66.b #Chilembweists
		ai_chance = {
			factor = 100
		}
		trigger = {
			tag = MLW
		}
		if = {
			limit = {
				tag = MLW
			}
			add_political_power = 100
			add_stability = -0.1
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
			set_politics = {
				ruling_party = radical_socialist
			}			
			add_popularity = {
				ideology = radical_socialist
				popularity = 0.1
			}
			add_popularity = {
				ideology = syndicalist
				popularity = 0.04
			}			
			add_popularity = {
				ideology = totalist
				popularity = 0.02
			}			
		}
		hidden_effect = {
		drop_cosmetic_tag = yes
				country_event = {
					id = njassa.29
					days = 1
				}
			}
			overlord = {
					set_autonomy = {
						target = ROOT
						autonomous_state = autonomy_free
					}
					remove_from_faction = ROOT
				}
				ROOT = {
					separate_peace_all_wars = yes
			}	
		}
		
	option = {
		name = sharedafrika.29.c #Banda takes over
		ai_chance = {
			factor = 100
		}
		if = {
			limit = {
				tag = MLW
			}
			add_political_power = 100
			add_stability = -0.1
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
			set_politics = {
				ruling_party = social_conservative
			}
			set_cosmetic_tag = MLW_MALAWI
			add_popularity = {
				ideology = social_conservative
				popularity = 0.1
			}
			add_popularity = {
				ideology = radical_socialist
				popularity = -0.01
			}
			add_popularity = {
				ideology = syndicalist
				popularity = -0.01
			}
			add_popularity = {
				ideology = totalist
				popularity = -0.02
			}
		}
			set_party_name = {
				ideology = totalist
				long_name = MLW_totalist_party_free_long
				name = MLW_totalist_party_free
			}
			set_party_name = {
				ideology = syndicalist
				long_name = MLW_syndicalist_party_free_long
				name = MLW_syndicalist_party_free
			}
			set_party_name = {
				ideology = radical_socialist
				long_name = MLW_radical_socialist_party_free_long
				name = MLW_radical_socialist_party_free
			}
			set_party_name = {
				ideology = social_democrat
				long_name = MLW_social_democrat_party_free_long
				name = MLW_social_democrat_party_free
			}
			set_party_name = {
				ideology = social_liberal
				long_name = MLW_social_liberal_party_free_long
				name = MLW_social_liberal_party_free
			}
			set_party_name = {
				ideology = market_liberal
				long_name = MLW_market_liberal_party_free_long
				name = MLW_market_liberal_party_free
			}
			set_party_name = {
				ideology = social_conservative
				long_name = MLW_social_conservative_party_free_long
				name = MLW_social_conservative_party_free
			}
			set_party_name = {
				ideology = authoritarian_democrat
				long_name = MLW_authoritarian_democrat_party_free_long
				name = MLW_authoritarian_democrat_party_free
			}
			set_party_name = {
				ideology = paternal_autocrat
				long_name = MLW_paternal_autocrat_party_free_long
				name = MLW_paternal_autocrat_party_free
			}
			set_party_name = {
				ideology = national_populist
				long_name = MLW_national_populist_party_free_long
				name = MLW_national_populist_party_free
			}
			hidden_effect = {
				country_event = {
					id = njassa.32
					days = 2
				}
			}
		}	
	option = {
		name = sharedafrika.66.e #Yao militias launch a nativist counter-coup
		ai_chance = {
			factor = 100
		}
		trigger = {
			tag = MLW
		}
		if = {
			limit = {
				tag = MLW
			}
			add_political_power = 100
			add_stability = -0.1
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
			set_politics = {
				ruling_party = paternal_autocrat
			}
			create_country_leader = {
				name = "Kawinga IV"
				picture = "gfx/leaders/MLW/MLW_Kawinga_IV.png"
				expire = "1.1.1"
				ideology = elective_monarchy_subtype
	
			}
			add_popularity = {
				ideology = paternal_autocrat
				popularity = 0.05
			}
			add_popularity = {
				ideology = radical_socialist
				popularity = -0.01
			}
			add_popularity = {
				ideology = syndicalist
				popularity = -0.01
			}			
			add_popularity = {
				ideology = totalist
				popularity = -0.02
			}
		}
			set_party_name = {
				ideology = totalist
				long_name = MLW_totalist_party_free_long
				name = MLW_totalist_party_free
			}
			set_party_name = {
				ideology = syndicalist
				long_name = MLW_syndicalist_party_free_long
				name = MLW_syndicalist_party_free
			}
			set_party_name = {
				ideology = radical_socialist
				long_name = MLW_radical_socialist_party_free_long
				name = MLW_radical_socialist_party_free
			}
			set_party_name = {
				ideology = social_democrat
				long_name = MLW_social_democrat_party_free_long
				name = MLW_social_democrat_party_free
			}
			set_party_name = {
				ideology = social_liberal
				long_name = MLW_social_liberal_party_free_long
				name = MLW_social_liberal_party_free
			}
			set_party_name = {
				ideology = market_liberal
				long_name = MLW_market_liberal_party_free_long
				name = MLW_market_liberal_party_free
			}
			set_party_name = {
				ideology = social_conservative
				long_name = MLW_social_conservative_party_free_long
				name = MLW_social_conservative_party_free
			}
			set_party_name = {
				ideology = authoritarian_democrat
				long_name = MLW_authoritarian_democrat_party_yao_long
				name = MLW_authoritarian_democrat_party_yao
			}
			set_party_name = {
				ideology = paternal_autocrat
				long_name = MLW_paternal_autocrat_party_yao_long
				name = MLW_paternal_autocrat_party_yao
			}
			set_party_name = {
				ideology = national_populist
				long_name = MLW_national_populist_party_yao_long
				name = MLW_national_populist_party_yao
			}
		hidden_effect = {
			set_cosmetic_tag = MLW_SUL
			country_event = {
				id = njassa.31
				days = 2
				}
			}
		}
	}
	
country_event = { #Ivory Coast response to fall
	id = sharedafrika.67
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.67" }
	title = sharedafrika.67.t
	desc = sharedafrika.67.d

	picture = GFX_report_event_boma
	is_triggered_only = yes

	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
	}

	option = {
		name = sharedafrika.67.a #Government survives
		ai_chance = {
			factor = 50
		}
		add_political_power = -100
		add_stability = -0.1
	}
	
	option = {
		name = sharedafrika.67.b #Leftists take over
		ai_chance = {
			factor = 100
		}
		add_political_power = -100
		add_stability = -0.1
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		set_politics = {
			ruling_party = radical_socialist
		}
		drop_cosmetic_tag = yes
	}
	option = {
		name = sharedafrika.67.c #A republic uprising
		ai_chance = {
			factor = 50
		}
		add_political_power = -100
		add_stability = -0.1
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		set_politics = {
			ruling_party = social_conservative
		}
		country_event = {
			id = sharedafrika.41
			days = 4
		}
		drop_cosmetic_tag = yes
		set_cosmetic_tag = IVO_REP
	}
}

country_event = { #Gold Coast response to fall
	id = sharedafrika.68
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.68" }
	title = sharedafrika.68.t
	desc = sharedafrika.68.d

	picture = GFX_report_event_boma
	is_triggered_only = yes

	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
	}

	option = {
		name = sharedafrika.68.a #Government survives
		ai_chance = {
			factor = 50
		}
		add_political_power = -100
		add_stability = -0.1
	}
	
	option = {
		name = sharedafrika.68.b #Leftists take over
		ai_chance = {
			factor = 100
		}
		add_political_power = -100
		add_stability = -0.1
		hidden_effect = {
			set_country_flag = ghana_redrevolt
		}		
		hidden_effect = {
			IVO = {
				country_event = {
					id = kongocrisis.53
					days = 1
					}
				}
			CIV = {
				country_event = {
					id = kongocrisis.53
					days = 1
				}
			}
		}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		set_politics = {
			ruling_party = syndicalist
		}		
		drop_cosmetic_tag = yes
	}
	option = {
		name = sharedafrika.68.c #Ashanti take over
		ai_chance = {
			factor = 100
		}
		add_political_power = -100
		add_stability = -0.1	
		hidden_effect = {
		set_country_flag = ghana_ashanterevolt
		}
		hidden_effect = {
			IVO = {
				country_event = {
					id = kongocrisis.53
					days = 1
					}
				}
			CIV = {
				country_event = {
					id = kongocrisis.53
					days = 1
					}
				}
		}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		set_politics = {
				ruling_party = national_populist
			}		
	drop_cosmetic_tag = yes
	}
}

country_event = { #CIV/Togoland response to fall
	id = sharedafrika.69
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.69" }
	title = sharedafrika.69.t
	desc = sharedafrika.69.d

	picture = GFX_report_event_boma
	is_triggered_only = yes

	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
	}
	option = {
		name = sharedafrika.69.a #Survive
		ai_chance = {
			factor = 20
		}
		add_stability = -0.05
		add_political_power = -50
	}
	option = {
		name = sharedafrika.69.b #The government begins to collapse
		ai_chance = {
			factor = 100
		}
		add_stability = -0.05
		add_political_power = -50
		country_event = {
			id = civ.1
			days = 2
		}
		retire_country_leader = yes
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
	}
	
	option = {
		name = sharedafrika.69.c #British path
		ai_chance = {
			factor = 125
		}
		trigger = {
			has_government = social_liberal
			is_subject = no
			NOT = {
				is_in_faction_with = ENT
			}
			ENT = {
				is_subject = no
			}
		}
		add_stability = -0.05
		add_political_power = -50
		set_cosmetic_tag = CIV_GBR
		set_politics = {
			ruling_party = social_liberal
		}
		add_popularity = {
			ideology = social_liberal
			popularity = 0.1
		}
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
	}
	
	option = {
		name = sharedafrika.69.e #French path
		ai_chance = {
			factor = 125
		}
		trigger = {
			tag = CIV
			has_government = social_democrat
			NFA = {
				exists = yes
			}
			NOT = {
				is_in_faction_with = ENT
			}
			ENT = {
				is_subject = no
			}
		}
		set_cosmetic_tag = CIV_NFA
		delete_unit_template_and_units = {
			division_template = "Mittelafrikanische Division"
			disband = yes
		}
		set_politics = {
			ruling_party = social_democrat
		}
		add_popularity = {
			ideology = social_democrat
			popularity = 0.1
		}
	}
	
}

country_event = { #Other neighbouring countries - MAF collapse
	id = sharedafrika.70
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.70" }
	title = sharedafrika.70.t
	desc = sharedafrika.70.d

	picture = GFX_report_event_boma
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.70.a #
		ai_chance = {
			factor = 50
		}
	}
}

country_event = { #German West Asia Disintegrates - neighbours respond
	id = sharedafrika.71
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.71" }
	title = sharedafrika.71.t
	desc = sharedafrika.71.d

	picture = GFX_report_event_willy
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.71.a #
		ai_chance = {
			factor = 50
		}
		add_political_power = 20
		add_stability = -0.01
	}
}

country_event = { #German East Asia Disintegrates - neighbours respond
	id = sharedafrika.72
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.72" }
	title = sharedafrika.72.t
	desc = sharedafrika.72.d

	picture = GFX_report_event_willy
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.72.a #
		ai_chance = {
			factor = 50
		}
		add_political_power = 20
		add_stability = -0.01
	}
}

country_event = { #Collapse hits Kamerun
	id = sharedafrika.73
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.73" }
	title = sharedafrika.73.t
	desc = sharedafrika.73.d

	picture = GFX_report_event_boma
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.73.a #
		ai_chance = {
			factor = 50
		}
	}
}

news_event = { #Worldnews - Collapse of Spanish Africa
	id = sharedafrika.74
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.74 FROM = [From.GetName]" }
	picture = GFX_news_event_ceuta
	title = sharedafrika.74.t
	desc = sharedafrika.74.d
	is_triggered_only = yes
	
	major = yes
	
trigger = {
		wants_world_news = yes
	}

	show_major = {
		regional_africa_news = yes
	}

	option = { #Leadership
		name = sharedafrika.74.a
		trigger = {
			tag = SPR
		}
	}

	option = { #Leftist
		name = sharedafrika.74.b
		trigger = {
			NOT = {
					tag = SPR
				}
			has_socialist_government = yes
		}
	}

	option = { #Authoritarian
		name = sharedafrika.74.c
		trigger = {
			NOT = {
				tag = SPR
			}
			has_authoritarian_government = yes
		}
	}

	option = { #Elected
		name = sharedafrika.74.e
		trigger = {
			NOT = {
				tag = SPR
			}
			has_elected_government = yes
		}
	}
	
}
	
 # # # #Governor Tours

country_event = { #hidden event for firing tour event
	id = sharedafrika.75
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.75" }
	title = sharedafrika.75.t
	desc = sharedafrika.75.d
	picture = GFX_report_event_hillstation
	
	hidden = yes
	is_triggered_only = yes
	option = {
		name = sharedafrika.75.a #Minor Scandal
		ROOT = {
			country_event = { id = sharedafrika.81 days = 1 random_days = 2 }
		}
		FROM = {
			country_event = { id = sharedafrika.81 days = 1 random_days = 2 }
		}
	}
	option = {
		name = sharedafrika.75.b #MAJOR_SCANDAL
		ROOT = {
			country_event = { id = sharedafrika.76 days = 1 random_days = 2 }
		}
		FROM = {
			country_event = { id = sharedafrika.76 days = 1 random_days = 2 }
		}
	}
	option = {
		name = sharedafrika.75.c #ASSASSINATION_ATTEMPT
		ROOT = {
			country_event = { id = sharedafrika.77 days = 1 random_days = 2 }
		}
		FROM = {
			country_event = { id = sharedafrika.77 days = 1 random_days = 2 }
		}
	}
	option = {
		name = sharedafrika.75.e #ILLNESS
		ROOT = {
			country_event = { id = sharedafrika.78 days = 1 random_days = 2 }
		}
		FROM = {
			country_event = { id = sharedafrika.78 days = 1 random_days = 2 }
		}
	}
	option = {
		name = sharedafrika.75.f #GREAT_SPEECH
		ROOT = {
			country_event = { id = sharedafrika.79 days = 1 random_days = 2 }
		}
		FROM = {
			country_event = { id = sharedafrika.79 days = 1 random_days = 2 }
		}
	}
	option = {
		name = sharedafrika.75.g #POOR_SPEECH
		ROOT = {
			country_event = { id = sharedafrika.80 days = 1 random_days = 2 }
		}
		FROM = {
			country_event = { id = sharedafrika.80 days = 1 random_days = 2 }
		}
	}
}

country_event = { #
	id = sharedafrika.76
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.76" }
	title = sharedafrika.76.t
	desc = sharedafrika.76.d
	picture = GFX_report_event_house
	
	is_triggered_only = yes
	option = {
		name = sharedafrika.76.a
		add_stability = -0.01
	}
}

country_event = { #
	id = sharedafrika.77
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.77" }
	title = sharedafrika.77.t
	desc = sharedafrika.77.d
	picture = GFX_report_event_house
	
	is_triggered_only = yes
	option = {
		name = sharedafrika.77.a
		add_stability = -0.01
		add_war_support = 0.01
		increase_ruling_party_popularity_by_2 = yes
	}
}

country_event = { #
	id = sharedafrika.78
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.78" }
	title = sharedafrika.78.t
	desc = sharedafrika.78.d
	picture = GFX_report_event_house
	
	is_triggered_only = yes
	option = {
		name = sharedafrika.78.a
		add_political_power = -10
		decrease_ruling_party_popularity_by_1 = yes
	}
}

country_event = { #
	id = sharedafrika.79
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.79" }
	title = sharedafrika.79.t
	desc = sharedafrika.79.d
	picture = GFX_report_event_house
	
	is_triggered_only = yes
	option = {
		name = sharedafrika.79.a
		increase_ruling_party_popularity_by_2 = yes
		add_political_power = 10
	}
}

country_event = { #
	id = sharedafrika.80
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.80" }
	title = sharedafrika.80.t
	desc = sharedafrika.80.d
	picture = GFX_report_event_house
	
	is_triggered_only = yes
	option = {
		name = sharedafrika.80.a
		decrease_ruling_party_popularity_by_1 = yes
		add_political_power = -5
	}
}

country_event = { #
	id = sharedafrika.81
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.81" }
	title = sharedafrika.81.t
	desc = sharedafrika.81.d
	picture = GFX_report_event_house
	
	is_triggered_only = yes
	option = {
		name = sharedafrika.81.a
		add_stability = -0.01
		add_political_power = -10
		decrease_ruling_party_popularity_by_2 = yes
	}
}

country_event = { #Hospital refurbished
	id = sharedafrika.82
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.82" }
	title = sharedafrika.82.t
	desc = sharedafrika.82.d
	picture = GFX_report_event_hospital
	
	is_triggered_only = yes
	option = {
		name = sharedafrika.82.a
		965 = {
			add_extra_state_shared_building_slots = 1
		}
		if = {
			limit = {
				tag = MAF
				}
		increase_ruling_party_popularity_by_5 = yes
		add_stability = 0.02	
		add_political_power = 20
		}
	}
}

country_event = { #Sarawak breaks free from GEA - invade?
	id = sharedafrika.83
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.83" }
	title = sharedafrika.83.t
	desc = sharedafrika.83.d
	picture = GFX_report_event_march
	is_triggered_only = yes

	trigger = {
		country_exists = SAR
		can_declare_war_on = SAR
	}

	option = {
		name = sharedafrika.83.a #attack
		ai_chance = {
			factor = 40
			modifier = {
				factor = 0
				OR = {
					AND = {
						is_subject_of = HOL
						HOL = {
							is_ai = no
						}
					}
					has_war = yes
					SAR = {
						is_in_faction = yes
						is_subject = yes
					}
				}
			}
		}
		333 = {
			add_claim_by = DEI
			}
		828 = {
			add_claim_by = DEI
			}
		ROOT = {
			declare_war_on = {
				target = SAR
				type = annex_everything
			}
		}
		PHI = {
			country_event = {
				id = sharedafrika.84
				days = 2
			}
		}
	}
	option = {
		name = sharedafrika.83.b #hold off
		ai_chance = {
			factor = 60
		}
	}
}

country_event = { #PHI - safeguard Sabah?
	id = sharedafrika.84
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.84" }
	title = sharedafrika.84.t
	desc = sharedafrika.84.d
	picture = GFX_report_event_march
	is_triggered_only = yes

		trigger = {
		country_exists = SAR
		can_declare_war_on = SAR
	}

	option = {
		name = sharedafrika.84.a #attack
		ai_chance = {
			factor = 1000
			modifier = {
				factor = 0
				OR = {
					has_war = yes
					SAR = {
						is_in_faction = yes
						is_subject = yes
					}
				}
			}
		}
		if = {
			limit = {
				SAR = {
					is_ai = yes
					}
				}
			PHI = { 
				transfer_state = 828 
			}
		}
		if = {
			limit = {
				SAR = {
					is_ai = no
					}
				}
			PHI = { 
				transfer_state = 828 
			}
			PHI = {
				declare_war_on = {
					target = SAR
					type = annex_everything
				}
			}
		}
		add_political_power = -50
		add_stability = -0.02
		add_war_support = -0.02
	}
	option = {
		name = sharedafrika.84.b #hold off
		ai_chance = {
			factor = 1
		}
	}
}

country_event = { #SIA - Cambodian uprising
	id = sharedafrika.85
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.85" }
	title = sharedafrika.85.t
	desc = sharedafrika.85.d
	picture = GFX_report_event_march
	is_triggered_only = yes

		trigger = {
		country_exists = CAM
		can_declare_war_on = CAM
	}

	option = {
		name = sharedafrika.85.a #attack
		ai_chance = {
			factor = 95
			modifier = {
				factor = 0
				OR = {
					has_war = yes
					CAM = {
						is_in_faction = yes
						is_subject = yes
					}
				}
			}
		}
		SIA = { 
			declare_war_on = {
				target = CAM
				type = annex_everything
			}
		}
		add_political_power = -50
		add_stability = -0.02
		add_war_support = -0.02
	}
	option = {
		name = sharedafrika.85.b #hold off
		ai_chance = {
			factor = 1
		}
	}
}

country_event = { #SIA - invade Malaya?
	id = sharedafrika.86
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.86" }
	title = sharedafrika.86.t
	desc = sharedafrika.86.d
	picture = GFX_report_event_lagoon
	is_triggered_only = yes

		trigger = {
		country_exists = MLY
		can_declare_war_on = MLY
	}

	option = {
		name = sharedafrika.86.a #attack
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				OR = {
					has_war = yes
					is_in_faction = yes
					MLY = {
						is_in_faction = yes
						is_subject = yes
					}
				}
			}
		}
		SIA = { 
			declare_war_on = {
				target = MLY
				type = annex_everything
			}
		}
		add_political_power = -50
		add_stability = -0.02
		add_war_support = -0.02
	}
	option = {
		name = sharedafrika.86.b #hold off
		ai_chance = {
			factor = 50
		}
	}
}

country_event = { #Burma - chance to invade Siam?
	id = sharedafrika.87
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.87" }
	title = sharedafrika.87.t
	desc = sharedafrika.87.d
	picture = GFX_report_event_lagoon
	is_triggered_only = yes

		trigger = {
		country_exists = SIA
		can_declare_war_on = SIA
	}

	option = {
		name = sharedafrika.87.a #attack
		ai_chance = {
			factor = 40
			modifier = {
				factor = 0
				OR = {
					has_war = yes
					is_in_faction = yes
					SIA = {
						is_in_faction = yes
						is_subject = yes
					}
				}
			}
		}
		BRM = { 
			declare_war_on = {
				target = SIA
				type = annex_everything
			}
		}
		add_political_power = -100
		add_stability = -0.02
		add_war_support = -0.02
		hidden_effect = {
			SIA = {
				country_event = {
					id = sharedafrika.108
					days = 3
				}
			}
		}
	}
	option = {
		name = sharedafrika.87.b #hold off
		ai_chance = {
			factor = 60
		}
		hidden_effect = {
			country_event = {
				id = sharedafrika.107
				days = 8
			}
		}
	}
}

country_event = { #Germany - retake Malaya?
	id = sharedafrika.88
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.88" }
	title = sharedafrika.88.t
	desc = sharedafrika.88.d
	picture = GFX_report_event_lagoon
	is_triggered_only = yes

		trigger = {
		country_exists = MLY
		can_declare_war_on = MLY
	}

	option = {
		name = sharedafrika.88.a #attack
		ai_chance = {
			factor = 5
			modifier = {
				factor = 0
				OR = {
					has_war = yes
					MLY = {
						is_in_faction = yes
						is_subject = yes
					}
				}
			}
		}
		GER = { 
			declare_war_on = {
				target = MLY
				type = annex_everything
			}
		}
		add_political_power = -100
		add_stability = -0.02
		add_war_support = -0.02
	}
	option = {
		name = sharedafrika.88.b #hold off
		ai_chance = {
			factor = 50
		}
	}
}

country_event = { #INC and VIN - Cambodian uprising, attack?
	id = sharedafrika.89
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.89" }
	title = sharedafrika.89.t
	desc = sharedafrika.89.d
	picture = GFX_report_event_lagoon
	is_triggered_only = yes

		trigger = {
		country_exists = CAM
		can_declare_war_on = CAM
	}

	option = {
		name = sharedafrika.89.a #attack
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				OR = {
					CAM = {
						is_in_faction = yes
						is_subject = yes
					}
				}
			}
		}
		ROOT = { 
			declare_war_on = {
				target = CAM
				type = annex_everything
			}
		}
		add_political_power = -50
		add_stability = -0.02
		add_war_support = -0.02
	}
	option = {
		name = sharedafrika.89.b #hold off
		ai_chance = {
			factor = 50
		}
	}
}

country_event = { #INC and VIN - Laos uprising, attack?
	id = sharedafrika.90
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.90" }
	title = sharedafrika.90.t
	desc = sharedafrika.90.d
	picture = GFX_report_event_lagoon
	is_triggered_only = yes

		trigger = {
		country_exists = LAO
		can_declare_war_on = LAO
	}

	option = {
		name = sharedafrika.90.a #attack
		ai_chance = {
			factor = 50
			modifier = {
				factor = 0
				OR = {
					LAO = {
						is_in_faction = yes
						is_subject = yes
					}
				}
			}
		}
		ROOT = { 
			declare_war_on = {
				target = LAO
				type = annex_everything
			}
		}
		add_political_power = -50
		add_stability = -0.02
		add_war_support = -0.02
	}
	option = {
		name = sharedafrika.90.b #hold off
		ai_chance = {
			factor = 50
		}
	}
}

country_event = { #LAO - attack SIA?
	id = sharedafrika.91
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.91" }
	title = sharedafrika.91.t
	desc = sharedafrika.91.d
	picture = GFX_report_event_lagoon
	is_triggered_only = yes

		trigger = {
		tag = LAO
		country_exists = SIA
		can_declare_war_on = SIA
	}

	option = {
		name = sharedafrika.91.a #attack
		ai_chance = {
			factor = 90
			modifier = {
				factor = 0
				OR = {
					has_war = yes
					SIA = {
						is_in_faction = yes
						is_subject = yes
					}
				}
			}
		}
		ROOT = { 
			declare_war_on = {
				target = SIA
				type = annex_everything
			}
		}
		add_political_power = -50
		add_stability = -0.02
		add_war_support = -0.02
	}
	option = {
		name = sharedafrika.91.b #hold off
		ai_chance = {
			factor = 10
		}
	}
}

country_event = { #CAM - retake the southern states?
	id = sharedafrika.92
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.92" }
	title = sharedafrika.92.t
	desc = sharedafrika.92.d
	picture = GFX_report_event_lagoon
	
	is_triggered_only = yes
	option = {
		name = sharedafrika.92.a #attack
		ai_chance = {
			factor = 90
			modifier = {
				factor = 0
				OR = {
					has_war = yes
					if = {
						limit = {
							country_exists = VIN
							}
						VIN = {
							is_in_faction = yes
							is_subject = yes
						}
					}
					if = {
						limit = {
							country_exists = INC
							}
						INC = {
							is_in_faction = yes
							is_subject = yes
						}
					}
				}
			}
		}
		ROOT = { 
			declare_war_on = {
				target = VIN
				type = annex_everything
			}
		}
		ROOT = { 
			declare_war_on = {
				target = INC
				type = annex_everything
			}
		}
		add_political_power = -50
		add_stability = -0.02
		add_war_support = -0.02
	}
	option = {
		name = sharedafrika.92.b #hold off
		ai_chance = {
			factor = 10
		}
	}
}

country_event = { #Morocco Overthrows the Protectorate!
	id = sharedafrika.93
	title = sharedafrika.93.t
	desc = sharedafrika.93.d
	picture = GFX_report_event_EGY_sudan_rebels

	is_triggered_only = yes
	option = {
		name = sharedafrika.93.a
		reverse_add_opinion_modifier = {
			target = FROM
			modifier = KR_hates_govt
		}
		add_opinion_modifier = {
			target = FROM
			modifier = KR_outraged
		}
	}

	option = {
		name = sharedafrika.93.b
		ai_chance = { factor = 0 }
		reverse_add_opinion_modifier = {
			target = FROM
			modifier = KR_hates_govt
		}
		add_opinion_modifier = {
			target = FROM
			modifier = KR_outraged
		}
		create_wargoal = {
			target = FROM
			type = puppet_wargoal_focus
		}
	}
}

country_event = { #Portugal escalates the war and invades British protectorates
	id = sharedafrika.94
	title = sharedafrika.94.t
	desc = sharedafrika.94.d
	picture = GFX_report_event_rhodesias
	is_triggered_only = yes
	
trigger = {
		has_war_with = MAF
	}
	option = {
		name = sharedafrika.94.a
		ai_chance = {
			factor = 95
			modifier = {
				factor = 0
				PAF = {
					surrender_progress > 0.1
				}
			}
		}
		if = {
			limit ={
				MLW = {
					is_in_faction_with = MAF
					
				}
			}
			ROOT = {
				declare_war_on = {
					target = MLW
					type = annex_everything
				}
			}
		}
		if = {
			limit ={
				BSC = {
					is_in_faction_with = MAF
					
				}
			}
			ROOT = {
				declare_war_on = {
					target = BSC
					type = annex_everything
				}
			}
		}
		if = {
			limit ={
				BRT = {
					is_in_faction_with = MAF
					
				}
			}
			ROOT = {
				declare_war_on = {
					target = BRT
					type = annex_everything
				}
			}
		}
		if = {
			limit ={
				ZAM = {
					is_in_faction_with = MAF
					
				}
			}
			ROOT = {
				declare_war_on = {
					target = ZAM
					type = annex_everything
				}
			}
		}
		add_political_power = -30
		hidden_effect = {
			ZIM = {
				country_event = {
					id = sharedafrika.96 #Rhodesia considers invading Northern Rhodesia
					days = 6
				}
			}
			PAF = {
				country_event = {
					id = sharedafrika.95
					days = 1
				}
			}
			CAN = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			GER = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			MAF = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			GHA = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			ZAM = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			ZIM = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			SAF = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			KEN = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			UGA = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			MLW = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			ZZB = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			NGR = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
			SIE = {
				country_event = {
					id = sharedafrika.95
					days = 2
				}
			}
		}
	}

	option = {
		name = sharedafrika.94.b
		ai_chance = { 
			factor = 1 
		}
		add_stability = 0.01
	}
}

country_event = { #Response to Portugal escalating the bush war
	id = sharedafrika.95
	title = sharedafrika.95.t
	desc = sharedafrika.95.d
	picture = GFX_report_event_rhodesias

	is_triggered_only = yes
	option = {
		name = sharedafrika.95.a
		add_stability = -0.01
	}
}

country_event = { #Rhodesia invades MAF
	id = sharedafrika.96
	title = sharedafrika.96.t
	desc = sharedafrika.96.d
	picture = GFX_report_event_rhodesias
	is_triggered_only = yes
	
	option = {
		name = sharedafrika.96.a
		ai_chance = {
			factor = 0
		}
		if = {
			limit ={
				MLW = {
					is_in_faction_with = MAF
					
				}
			}
			ROOT = {
				declare_war_on = {
					target = MLW
					type = annex_everything
				}
			}
		}
		if = {
			limit ={
				BSC = {
					is_in_faction_with = MAF
					
				}
			}
			ROOT = {
				declare_war_on = {
					target = BSC
					type = annex_everything
				}
			}
		}
		if = {
			limit ={
				BRT = {
					is_in_faction_with = MAF
					
				}
			}
			ROOT = {
				declare_war_on = {
					target = BRT
					type = annex_everything
				}
			}
		}
		if = {
			limit ={
				ZAM = {
					is_in_faction_with = MAF
					
				}
			}
			ROOT = {
				declare_war_on = {
					target = ZAM
					type = annex_everything
				}
			}
		}
		add_political_power = -30
		add_stability = -0.01
		add_war_support = -0.01
	}
	option = {
		name = sharedafrika.96.b
		ai_chance = { 
			factor = 100
		}
		add_stability = 0.01
	}
}

country_event = { #Response to Portugal escalating the bush war
	id = sharedafrika.97
	title = sharedafrika.97.t
	desc = sharedafrika.97.d
	picture = GFX_report_event_ostafrika

	is_triggered_only = yes
	option = {
		name = sharedafrika.97.a
		add_war_support = 0.01
	}
}

country_event = { #Abandon Madagaskar war to fight Portugal?
	id = sharedafrika.98
	title = sharedafrika.98.t
	desc = sharedafrika.98.d
	picture = GFX_report_event_lagoon

	is_triggered_only = yes
	option = { #sod this, we have bigger concerns!
		name = sharedafrika.98.a
		trigger = {
			tag = MAF
		}
		ai_chance = {
			factor = 90
		}
		1179 = {
			transfer_state_to = MAG
		}
		1178 = {
			transfer_state_to = MAG
		}
		every_country = { #white peace!
			limit = {
				has_war_with = MAG
				OR = {
					is_in_faction_with = MAF
					is_subject_of = MAF
					tag = MAF
				}
			}
			MAG = {
				white_peace = PREV
			}
		}
	}
	option = { #No! We'll crush both!
		name = sharedafrika.98.b
		trigger = {
			tag = MAF
		}
		ai_chance = {
			factor = 10
		}
		add_war_support = 0.02
	}
}

country_event = { #Nigeria goes independent! Response?
	id = sharedafrika.99
	title = sharedafrika.99.t
	desc = sharedafrika.99.d
	picture = GFX_report_event_hospital
	is_triggered_only = yes
	
	option = {
		name = sharedafrika.99.a
		ai_chance = {
			factor = 90
			modifier = {
				factor = 0
				OR = {
					NGR = {
						is_in_faction = yes
						is_subject = yes
					}
				}
			}
		}
		add_political_power = -30
		add_stability = -0.01
		add_war_support = -0.01
	}

	option = {
		name = sharedafrika.99.b
		ai_chance = { 
			factor = 10
		}
		ROOT = {
			declare_war_on = {
				target = NGR
				type = annex_everything
				}
			}
		add_stability = 0.01
	}
}

country_event = { #Sudan declares independence!
	id = sharedafrika.100
	title = sharedafrika.100.t
	desc = sharedafrika.100.d
	picture = GFX_report_event_hospital
	is_triggered_only = yes
	
	option = {
		name = sharedafrika.100.a
		ai_chance = {
			factor = 90
			modifier = {
				factor = 0
				has_war = yes
			}
		}
		add_political_power = -30
		add_stability = -0.01
		add_war_support = -0.01
	}

	option = {
		name = sharedafrika.100.b
		ai_chance = { 
			factor = 10
		}
		ROOT = {
			declare_war_on = {
				target = SUD
				type = annex_everything
				}
			}
		hidden_effect = {
			SUD = {
				news_event = {
					id = worldnews.201
				}
				country_event = {
					id = egy.78
					days = 2
				}
				ETH = {
				country_event = {
					id = egy.79
					days = 4
				}
			}
		}
	}
		add_stability = 0.01
	}
}

country_event = { #Darfur declares independence!
	id = sharedafrika.101
	title = sharedafrika.101.t
	desc = sharedafrika.101.d
	picture = GFX_report_event_hospital
	is_triggered_only = yes
	
	option = {
		name = sharedafrika.101.a
		ai_chance = {
			factor = 90
			modifier = {
				factor = 0
				has_war = yes
			}
		}
		add_political_power = -30
		add_stability = -0.01
		add_war_support = -0.01
	}

	option = {
		name = sharedafrika.101.b
		ai_chance = { 
			factor = 10
		}
		ROOT = {
			declare_war_on = {
				target = DFR
				type = annex_everything
				}
			}
		add_stability = 0.01
	}
}

country_event = { #CIV/DAH/TOG has tensions over region after Fon Revolt
	id = sharedafrika.102
	title = sharedafrika.102.t
	desc = sharedafrika.102.d
	picture = GFX_report_event_governorhaus
	is_triggered_only = yes
	
	option = {
		name = sharedafrika.102.a
		ai_chance = {
			factor = 1
		}
		trigger = {
			OR = {
				tag = DAH
				tag = TOG
				tag = CIV
			}
		}
		add_ideas = CIV_fonewetensions4
		add_political_power = -25
	}

	option = {
		name = sharedafrika.102.b
		ai_chance = { 
			factor = 1
		}
		trigger = {
			NOT = {
					tag = DAH
					tag = TOG
					tag = CIV
			}
		}
		add_political_power = -5
	}
}

country_event = { #Togoland revolts
	id = sharedafrika.103
	title = sharedafrika.103.t
	desc = sharedafrika.103.d
	picture = GFX_report_event_oba
	is_triggered_only = yes
	immediate = {
		hidden_effect = {
				877 = {
					transfer_state_to = TOG
				}
				TOG = {
					load_oob = TOG_AFR
				}
				if = {
					limit = {
						DAH = {
							is_ai = no
						}
					}
					TOG = {
						load_oob = TOG_AFR
					}
				}
				TOG = {
					declare_war_on = {
						target = DAH
						type = annex_everything
					}
					country_event = {
						id = sharedafrika.104
						days = 44
					}
				}
			}
		}
	
	option = {
		name = sharedafrika.103.a
		ai_chance = {
			factor = 100
		}
		add_stability = -0.02
	}
	option = {
		name = sharedafrika.103.b
		ai_chance = {
			factor = 0
		}
		add_stability = -0.02
		hidden_effect = {
			TOG = {
				change_tag_from = DAH
			}		
		}
	}
}

country_event = { #Chaos in Lome
	id = sharedafrika.104
	title = sharedafrika.104.t
	desc = sharedafrika.104.d
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.104" }
	picture = GFX_report_event_togoland
	
	fire_only_once = yes
	is_triggered_only = yes
	
trigger = { 
		tag = TOG
	}
	
	option = { #Olympio
		name = sharedafrika.104.a
		ai_chance = {
			factor = 60
		}
		drop_cosmetic_tag = yes
		hidden_effect = {
			country_event = {
				id = sharedafrika.2
				days = 17
			}
			NFA = {
				country_event = {
					id = sharedafrika.105 #NFA attack Togoland?
					days = 5
				}
			}
		}
	}
	
	option = { #Germans
		name = sharedafrika.104.b
		set_country_flag = TOG_stable
		set_country_flag = TOG_germans_stay
		ai_chance = {
			factor = 25
		}
		random_unit_leader = {
			limit = { has_id = 12734 }
			promote_leader = yes
		}
	}
	
	option = { #Socialists
		name = sharedafrika.104.c
		ai_chance = {
			factor = 15
		}
		drop_cosmetic_tag = yes
		set_politics = {
			ruling_party = radical_socialist
			elections_allowed = no
		}
		add_popularity = {
			ideology = radical_socialist
			popularity = 0.15
		}
		hidden_effect = {
			load_focus_tree = African_Generic_Democracy
			hidden_effect = {
				remove_ideas = { 
					TOG_colonial_unrest 
					TOG_economy_crash 
				}
			}
			NFA = {
				country_event = {
					id = sharedafrika.105 #NFA attack Togoland?
					days = 5
				}
			}
		}
	}
}

 #NFA - invade Togoland?
country_event = { 
	id = sharedafrika.105
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.105" }
	title = sharedafrika.105.t
	desc = sharedafrika.105.d
	picture = GFX_report_event_namib
	is_triggered_only = yes
	
trigger = {
		TOG = {
			NOT = {
				OR = {
					is_in_faction = yes
					is_subject = yes
				}
			}
		}
	}

	option = { #yes
		name = sharedafrika.105.a
		ai_chance = {
			factor = 30
		}
		trigger = {
			has_war = no
		}
		ROOT = {
			declare_war_on = {
				target = TOG
				type = annex_everything
			}
		}
		add_political_power = -30
	}
	option = { #no
		name = sharedafrika.105.b
		ai_chance = {
			factor = 70
		}
	}
}

 #NFA - invade Dahomey?
country_event = { 
	id = sharedafrika.106
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.106" }
	title = sharedafrika.106.t
	desc = sharedafrika.106.d
	picture = GFX_report_event_oyo
	is_triggered_only = yes
	
trigger = {
		DAH = {
			NOT = {
				OR = {
					is_in_faction = yes
					is_subject = yes
				}
			}
		}
	}

	option = { #yes
		name = sharedafrika.106.a
		ai_chance = {
			factor = 20
		}
		trigger = {
			has_war = no
		}
		add_state_claim = 876
		ROOT = {
			declare_war_on = {
				target = DAH
				type = annex_everything
			}
		}
		add_political_power = -30
	}
	option = { #no
		name = sharedafrika.106.b
		ai_chance = {
			factor = 80
		}
	}
}

country_event = { #Kachin Revolt in Burma in aftermath of GEA collapse
	id = sharedafrika.107
	title = sharedafrika.107.t
	desc = sharedafrika.107.d
	picture = GFX_report_event_lagoon
	is_triggered_only = yes
	immediate = {
		hidden_effect = {
				701 = {
					transfer_state_to = KAC
				}
				KAC = {
					load_oob = KAC
				}
				if = {
					limit = {
						BRM = {
							is_ai = no
						}
					}
					KAC = {
						load_oob = KAC
					}
				}
				KAC = {
					declare_war_on = {
						target = BRM
						type = annex_everything
					}
				}
			}
		}
	
	option = {
		name = sharedafrika.107.a
		ai_chance = {
			factor = 100
		}
		add_stability = -0.02
	}
	option = {
		name = sharedafrika.107.b
		ai_chance = {
			factor = 0
		}
		add_stability = -0.02
		hidden_effect = {
			KAC = {
				change_tag_from = BRM
			}
		}
	}
}

country_event = { #Shan Revolt in Burma in aftermath of GEA collapse
	id = sharedafrika.108
	title = sharedafrika.108.t
	desc = sharedafrika.108.d
	picture = GFX_report_event_lagoon
	is_triggered_only = yes
	immediate = {
		hidden_effect = {
				72 = {
					transfer_state_to = SHA
				}
				SHA = {
					load_oob = SHA
				}
				if = {
					limit = {
						OR = {
							BRM = {
								is_ai = no
							}
							SIA = {
								is_ai = no
							}
						}
					}
					SHA = {
						load_oob = SHA
					}
				}
				BRM = {
					declare_war_on = {
						target = SHA
						type = annex_everything
					}
				}
				SIA = {
					declare_war_on = {
						target = SHA
						type = annex_everything
					}
				}
			}
		}
	
	option = {
		name = sharedafrika.108.a
		ai_chance = {
			factor = 100
		}
		add_stability = -0.02
	}
	option = {
		name = sharedafrika.108.b
		ai_chance = {
			factor = 0
		}
		add_stability = -0.02
		hidden_effect = {
			SHA = {
				change_tag_from = BRM
			}
		}
	}
}

country_event = { #neighbours and MAF/GER learns of Kamerun revolt
	id = sharedafrika.109
	title = sharedafrika.109.t
	desc = sharedafrika.109.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.109.a
		ai_chance = {
			factor = 100
		}
		add_war_support = 0.01
	}
	option = {
		name = sharedafrika.109.b
		ai_chance = {
			factor = 0
		}
		ROOT = {
			declare_war_on = {
				target = ADW
				type = annex_everything
			}
		}
		add_political_power = -20
		add_war_support = -0.02
	}
}

country_event = { #neighbours and MAF/GER learns of CEA revolt
	id = sharedafrika.110
	title = sharedafrika.110.t
	desc = sharedafrika.110.d
	picture = GFX_report_event_sena
	is_triggered_only = yes
	
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.110.a
		ai_chance = {
			factor = 100
		}
		decrease_ruling_party_popularity_by_1 = yes
	}
	option = {
		name = sharedafrika.110.b
		ai_chance = {
			factor = 0
		}
		ROOT = {
			declare_war_on = {
				target = CEA
				type = annex_everything
			}
		}
		add_political_power = -20
		add_war_support = -0.02
	}
}

country_event = { #neighbours and MAF/GER learns of TKE revolt
	id = sharedafrika.111
	title = sharedafrika.111.t
	desc = sharedafrika.111.d
	picture = GFX_report_event_african_soldiers
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.111.a
		ai_chance = {
			factor = 100
		}
		add_political_power = -5
	}
	option = {
		name = sharedafrika.111.b
		ai_chance = {
			factor = 0
		}
		ROOT = {
			declare_war_on = {
				target = TKE
				type = annex_everything
			}
		}
		add_political_power = -20
		add_war_support = -0.02
	}
}

country_event = { #neighbours and MAF/GER learns of GAB revolt
	id = sharedafrika.112
	title = sharedafrika.112.t
	desc = sharedafrika.112.d
	picture = GFX_report_event_GAB_mba_microphone
	is_triggered_only = yes
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	option = {
		name = sharedafrika.112.a
		ai_chance = {
			factor = 100
		}
		decrease_ruling_party_popularity_by_1 = yes
	}
	option = {
		name = sharedafrika.112.b
		ai_chance = {
			factor = 0
		}
		ROOT = {
			declare_war_on = {
				target = GAB
				type = annex_everything
			}
		}
		add_political_power = -20
		add_war_support = -0.02		
	}
}

country_event = { #neighbours and MAF/GER learns of Rhodesia-Zambia war
	id = sharedafrika.113
	title = sharedafrika.113.t
	desc = sharedafrika.113.d
	picture = GFX_report_event_ZAM_huttig_event_pic
	
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	is_triggered_only = yes
	option = {
		name = sharedafrika.113.a
		ai_chance = {
			factor = 100
		}
		add_political_power = 5
	}
}

country_event = { #Woermann event
	id = sharedafrika.114
	title = sharedafrika.114.t
	desc = sharedafrika.114.d
	picture = GFX_report_event_afrikahaus
	
	trigger = {
		is_ai = no
		NOT = { has_global_flag = player_dislikes_colonial_flavour_flag }
	}
	#minor_flavor = yes
	is_triggered_only = yes
	option = {
		name = sharedafrika.114.a
		ai_chance = {
			factor = 100
		}
		add_political_power = 5
		navy_experience = 5
	}
}

country_event = { #Mau Maus defeat Kenya
	id = sharedafrika.115
	title = sharedafrika.115.t
	desc = sharedafrika.115.d
	picture = GFX_report_event_terraces
	is_triggered_only = yes

	fire_only_once = yes

	option = {
		name = sharedafrika.115.a
		ai_chance = {
			factor = 100
		}
		if = {
			limit = {
				547 = {
					NOT = {
						is_core_of = KIK
					}
				}
			}
			add_state_core = 547
		}
		if = {
			limit = {
				925 = {
					NOT = {
						is_core_of = KIK
					}
				}
			}
			add_state_core = 925
		}
		if = {
			limit = {
				970 = {
					NOT = {
						is_core_of = KIK
					}
				}
			}
			add_state_core = 970
		}
		remove_ideas = KIK_Mountain_Deferred
		remove_ideas = KIK_Maumau
		hidden_effect = {
			load_oob = KIK
			load_oob = KIK3
			set_country_flag = KIK_miracle_victory
			set_cosmetic_tag = KIK_KENYA
		}
		set_capital = { state = 547 }
		add_political_power = 30
		ROOT = {
			separate_peace_all_wars = yes
		}
	}
}

country_event = { #collapse of MAF - Burundi-Ruanda - BRD response
	id = sharedafrika.116
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.116" }
	title = sharedafrika.116.t
	desc = sharedafrika.116.d
	picture = GFX_report_event_askari
	is_triggered_only = yes
	
	immediate = {
		hidden_effect = {
			overlord = {
				set_autonomy = {
					target = ROOT
					autonomous_state = autonomy_free
				}
				remove_from_faction = ROOT
			}
			GER = { remove_from_faction = ROOT }
			ROOT = {
				separate_peace_all_wars = yes
			}
		}
	}

	option = { #Current regime survives
		name = sharedafrika.116.a
		ai_chance = {
			factor = 50
		}
		add_stability = -0.1
		if = {
			limit = {
				country_exists = RWA
				RWA = {
					is_in_faction = no
					is_subject = no
					}
				}
		RWA = { declare_war_on = { target = BRD type = annex_everything } }
		}
		country_event = {
			id = burundi.19
			days = 3
		}
	}
	option = { #The kingdoms break away
		name = sharedafrika.116.b
		ai_chance = {
			factor = 50
		}
		BRD = {
			if = {
				limit = {
					has_template = "Mittelafrikanische Division"
				}
				delete_unit_template_and_units = {
					division_template = "Mittelafrikanische Division"
				}
			}
			drop_cosmetic_tag = yes
			kill_country_leader = yes
			add_popularity = {
				ideology = market_liberal
				popularity = 0.2
			}
			set_politics = {
				ruling_party = market_liberal
				elections_allowed = no
			}
		}
	every_owned_state = {
		limit = {
			OR = {
				state = 869
				state = 948
				state = 918
			}
		}
		RWA = { transfer_state = PREV }
		remove_claim_by = BRD
		remove_core_of = BRD
		}
		RWA = {
			load_focus_tree = {
				tree = ruanda_urundi_focus
				keep_completed = yes
				copy_completed_from = BRD
			}
			load_oob = RWA_AFR
		}
		add_stability = -0.1
	}
}

country_event = { #NFA intervene in Gambia?
	id = sharedafrika.117
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.117" }
	title = sharedafrika.117.t
	desc = sharedafrika.117.d
	picture = GFX_report_event_rural
	is_triggered_only = yes
	fire_only_once = yes

		trigger = {
		tag = NFA
		owns_state = 272
		NOT = {
			has_war_with = SIE
		}
	}

	option = {
		name = sharedafrika.117.a
		ai_chance = {
			factor = 100
		}
		NFA = { transfer_state = 272 }
		hidden_effect = {
			SIE = {
				country_event = sharedafrika.118
			}
			CAN = {
				country_event = sharedafrika.118
			}
		}
	}
	option = {
		name = sharedafrika.117.b
		ai_chance = {
			factor = 0
		}
	}
}

country_event = { #NFA took Gambia
	id = sharedafrika.118
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.118" }
	title = sharedafrika.118.t
	desc = sharedafrika.118.d
	picture = GFX_report_event_rural

	is_triggered_only = yes
	option = {
		name = sharedafrika.118.a
		ai_chance = {
			factor = 100
		}
	}
	option = {
		name = sharedafrika.118.b
		ai_chance = {
			factor = 0
		}
			trigger = {
			tag = SIE
		}
		declare_war_on = {
			target = SIE
			type = annex_everything
		}
	}
}

country_event = { #Xiamen threatened by LKMT, withdraw?
	id = sharedafrika.119
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.119" }
	title = sharedafrika.119.t
	desc = sharedafrika.119.d
	picture = GFX_report_event_xiamen
	is_triggered_only = yes

	fire_only_once = yes

		trigger = {
		owns_state = 802
	}

	option = {
		name = sharedafrika.119.a # withdraw from Xiamen
		ai_chance = {
			factor = 99
		}
		hidden_effect = {
			set_country_flag = LOSTXIAMEN
		}
		CHI = {
			transfer_state = 802
			country_event = {
				id = sharedafrika.120
				days = 0
			}
		}
		hidden_effect = {
			ENT = {
				country_event = sharedafrika.120
			}
			BEL = {
				country_event = sharedafrika.120
			}
			GER = {
				country_event = sharedafrika.120
			}
			JAP = {
				country_event = sharedafrika.120
			}
			LEC = {
				country_event = sharedafrika.120
			}
			PAF = {
				country_event = sharedafrika.120
			}
			FNG = {
				country_event = sharedafrika.120
			}
			QIE = {
				country_event = sharedafrika.120
			}
			ANQ = {
				country_event = sharedafrika.120
			}
			LEP = {
				country_event = sharedafrika.120
			}
			YUN = {
				country_event = sharedafrika.120
			}
			GXC = {
				country_event = sharedafrika.120
			}
		}
	}
	option = {
		name = sharedafrika.119.b # hold onto Xiamen
		ai_chance = {
			factor = 0
		}
		hidden_effect = {
			CHI = {
				complete_national_focus = CHI_aid_from_int
			}
		}
	}
	option = {
		name = sharedafrika.119.c # fight for Xiamen!
		ai_chance = {
			factor = 1
			modifier = {
				factor = 0
				CHI = {
					is_ai = yes
				}
			}
		}
			trigger = {
			NOT = {
				has_war_with = CHI
			}
		}
		ROOT = {
			declare_war_on = {
				target = CHI
				type = annex_everything
			}
		}
		add_political_power = -80
		add_stability = -0.02
	}
}

country_event = { #Response - withdrawal from Xiamen
	id = sharedafrika.120
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.120" }
	title = sharedafrika.120.t
	desc = sharedafrika.120.d
	picture = GFX_report_event_xiamen
	is_triggered_only = yes

		trigger = {
		is_ai = no
		NOT = {
			has_country_flag = LOSTXIAMEN
		}
	}
	 #minor_flavor = yes

	option = {
		name = sharedafrika.120.a # I see
		hidden_effect = {
			if = {
				limit = {
					has_country_flag = LOSTXIAMEN
				}
				clr_country_flag = LOSTXIAMEN
			}
		}
	}
}

country_event = { #Backing a Tswana Insurgency
	id = sharedafrika.121
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.121" }
	title = sharedafrika.121.t
	desc = sharedafrika.121.d
	picture = GFX_report_event_askari
	is_triggered_only = yes

	trigger = {
		is_ai = no
	}
	 #minor_flavor = yes

	option = {
		name = sharedafrika.121.a
		add_equipment_to_stockpile = {
			type = infantry_equipment
			amount = -100
		}
	}
	option = {
		name = sharedafrika.121.b
	}
}
country_event = { #The Tswana Uprising
	id = sharedafrika.122
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.122" }
	title = sharedafrika.122.t
	desc = sharedafrika.122.d
	picture = GFX_report_event_stones
	is_triggered_only = yes

	immediate = {
		hidden_effect = {
			BOT = {
				transfer_state = 542
				load_oob = BOT_UPR
				set_politics = {
					ruling_party = social_conservative
					last_election = "1888.6.15"
					election_frequency = 48
					elections_allowed = no
				}
				set_cosmetic_tag = BOT_KNG
			}
			if = {
				limit = {
					SAF = {
						is_ai = no
					}
				}
				BOT = { load_oob = BOT_UPR }
			}
		}
	}

	option = {
		name = sharedafrika.122.a
		ai_chance = {
			factor = 90
		}
		declare_war_on = {
			target = BOT
			type = annex_everything
		}
	}
	option = {
		name = sharedafrika.122.b
		ai_chance = {
			factor = 10
		}
		hidden_effect = {
			NMB = {
				country_event = {
					id = sharedafrika.123
					days = 2
				}
			}
			ZIM = {
				country_event = {
					id = sharedafrika.123
					days = 2
				}
			}
			SFR = {
				country_event = {
					id = sharedafrika.123
					days = 2
				}
			}
		}
	}
}

country_event = { #The Tswana Uprising # Response from neighbours
	id = sharedafrika.123
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.123" }
	title = sharedafrika.123.t
	desc = sharedafrika.123.d
	picture = GFX_report_event_stones

	is_triggered_only = yes
	option = {
		name = sharedafrika.123.a
		ai_chance = {
			factor = 5
			modifier = {
				factor = 0
				has_war = yes
			}
			modifier = {
				factor = 60
				tag = SFR
			}
		}
		declare_war_on = {
			target = BOT
			type = annex_everything
		}
		add_political_power = -25
		add_state_claim = 542
	}
	option = {
		name = sharedafrika.123.b
		ai_chance = {
			factor = 95
		}
	}
}

country_event = { #The Lesotho Uprising
	id = sharedafrika.124
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.124" }
	title = sharedafrika.124.t
	desc = sharedafrika.124.d
	picture = GFX_report_event_picking
	is_triggered_only = yes

	immediate = {
		hidden_effect = {
			LES = {
				transfer_state = 85
				load_oob = LES_UPR
				set_politics = {
					ruling_party = authoritarian_democrat
					last_election = "1888.6.15"
					election_frequency = 48
					elections_allowed = no
				}
			}
			if = {
				limit = {
					SAF = {
						is_ai = no
					}
				}
				LES = { load_oob = LES_UPR }
			}
			SFR = {
				country_event = {
					id = sharedafrika.125
					days = 4
				}
			}
		}
	}

	option = {
		name = sharedafrika.124.a
		ai_chance = {
			factor = 99
		}
		declare_war_on = {
			target = LES
			type = annex_everything
		}
	}
	option = {
		name = sharedafrika.124.b
		ai_chance = {
			factor = 1
		}
	}
}

country_event = { #Basuto uprising # Response from neighbours
	id = sharedafrika.125
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.125" }
	title = sharedafrika.125.t
	desc = sharedafrika.125.d
	picture = GFX_report_event_picking

	is_triggered_only = yes
	option = {
		name = sharedafrika.125.a
		ai_chance = {
			factor = 80
		}
		declare_war_on = {
			target = LES
			type = annex_everything
		}
		add_political_power = -25
		add_state_claim = 542
	}
	option = {
		name = sharedafrika.125.b
		ai_chance = {
			factor = 20
		}
	}
}

country_event = { #DJI collapsed - take Aussaland with Germany gone?
	id = sharedafrika.126
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.126" }
	title = sharedafrika.126.t
	desc = sharedafrika.126.d
	picture = GFX_report_event_stones
	is_triggered_only = yes

	trigger = {
		country_exists = AFA
	}

	option = {
		name = sharedafrika.126.a
		ai_chance = {
			factor = 90
			modifier = {
				factor = 0.1
				has_war = yes
			}
		}
		declare_war_on = {
			target = AFA
			type = annex_everything
		}
		add_political_power = -40
	}
	option = {
		name = sharedafrika.126.b
		ai_chance = {
			factor = 10
		}
	}
}

country_event = { #Aussa took Djibouti - force peace
	id = sharedafrika.127
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.127" }
	title = sharedafrika.127.t
	desc = sharedafrika.127.d
	picture = GFX_report_event_stones

	mean_time_to_happen = {
		days = 30
	}

	trigger = {
		country_exists = AFA
		tag = DJI
		has_war_with = AFA
		has_idea = DJI_Colonial_Nation
		AFA = {
			controls_state = 268
		}
	}

	option = {
		name = sharedafrika.127.a
		ai_chance = {
			factor = 100
		}
		AFA = { separate_peace_all_wars = yes }
		if = {
			limit = {
				DJI = {
					owns_state = 961
				}
			}
			AFA = {
				transfer_state = 961
			}
		}
		if = {
			limit = {
				DJI = {
					owns_state = 921
				}
			}
			AFA = {
				transfer_state = 921
			}
		}
		if = {
			limit = {
				DJI = {
					owns_state = 550
				}
			}
			AFA = {
				transfer_state = 550
			}
		}
		if = {
			limit = {
				DJI = {
					owns_state = 923
				}
			}
			AFA = {
				transfer_state = 923
			}
		}
	}

	option = {
		name = sharedafrika.127.b
		ai_chance = {
			factor = 0
		}
		add_stability = -0.05
	}
}

country_event = { #Surinam exists - CAF annex?
	id = sharedafrika.128
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.128" }
	title = sharedafrika.128.t
	desc = sharedafrika.128.d
	picture = GFX_report_event_lagoon

	mean_time_to_happen = {
		days = 90
	}

	trigger = {
		country_exists = SUR
		SUR = {
			is_subject = no
			is_in_faction = no
		}
		tag = CAF
	}

	option = {
		name = sharedafrika.128.a
		ai_chance = {
			factor = 90
		}
		ROOT = {
			declare_war_on = {
				target = SUR
				type = annex_everything
			}
		}
		309 = {
			add_claim_by = ROOT
		}
		1038 = {
			add_claim_by = ROOT
		}
	}

	option = {
		name = sharedafrika.128.b
		ai_chance = {
			factor = 10
		}
	}
}

country_event = { #Vietnam event to fire Vietnam.7 without minigame
	id = sharedafrika.129
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.129" }
	title = sharedafrika.129.t
	desc = sharedafrika.129.d
	picture = GFX_report_event_nepal_temple

	is_triggered_only = yes
	option = {
		name = sharedafrika.129.a
		ai_chance = {
			factor = 25
		}
		country_event = {
			id = vietnam.35
			days = 10
		}
		set_country_flag = VIN_Constitutional
		complete_national_focus = VIN_Constitutional_Monarchy
		unlock_national_focus = VIN_Cabinet_Reorganization
	}
	option = {
		name = sharedafrika.129.b
		ai_chance = {
			factor = 25
		}
		country_event = {
			id = vietnam.34
			days = 10
		}
		set_country_flag = VIN_Absolutist
		complete_national_focus = VIN_Authoritarian_Rule
		unlock_national_focus = VIN_Cabinet_Reorganization
	}
	option = {
		name = sharedafrika.129.c
		ai_chance = {
			factor = 25
		}
		set_country_flag = VIN_Religious
		country_event = {
				id = vietnam.16
				days = 10
		}
		complete_national_focus = VIN_Religious_Fervor
		unlock_national_focus = VIN_Cabinet_Reorganization
	}
	option = {
		name = sharedafrika.129.e
		ai_chance = {
			factor = 25
		}
		country_event = {
			id = vietnam.13
			days = 10
		}
		unlock_national_focus = VIN_Cabinet_Reorganization
	}
}

country_event = { #Mozambique broke away, partition?
	id = sharedafrika.130
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.130" }
	title = sharedafrika.130.t
	desc = sharedafrika.130.d
	picture = GFX_report_event_lagoon

	is_triggered_only = yes

	option = {
		name = sharedafrika.130.a
		ai_chance = {
			factor = 100
		}
		ROOT = {
			declare_war_on = {
				target = MZB
				type = annex_everything
			}
		}
		if = {
			limit = {
				tag = MAF
			}
			add_state_claim = 544
		}
		if = {
			limit = {
				tag = MLW
			}
			add_state_claim = 954
			955 = {
				set_demilitarized_zone = no
			}
		}
		if = {
			limit = {
				tag = ZIM
			}
			add_state_claim = 950
		}
		if = {
			limit = {
				owns_state = 275
			}
			add_state_claim = 950
		}
		add_political_power = -30
	}
	option = {
		name = sharedafrika.130.b
		ai_chance = {
			factor = 0
		}
	}
}

country_event = { #PAF collapsed, take what is ours?
	id = sharedafrika.131
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.131" }
	title = sharedafrika.131.t
	desc = sharedafrika.131.d
	picture = GFX_report_event_sena

	is_triggered_only = yes

	option = {
		name = sharedafrika.131.a #take what is ours!
		ai_chance = {
			factor = 100
		}
		if = {
			limit = {
				owns_state = 868 #neighbouring Goa
			}
			var:868.owner = { transfer_state = 321 }
		}
	if = {
		limit = {
			owns_state = 1017 #West East Timor
		}
		var:1017.owner = { transfer_state = 721 }
		var:1017.owner = { transfer_state = 972 } #take Oecusse as well
	}
	if = {
		limit = {
			owns_state = 326 #neighbouring Macao
		}
		var:326.owner = { transfer_state = 729 }
	}
	if = {
		limit = {
			owns_state = 275 #neighbouring Swaziland
		}
		var:275.owner = { transfer_state = 738 }
	}
	if = {
		limit = {
			owns_state = 928 #neighbouring Cabinda
		}
		var:928.owner = { transfer_state = 914 }
	}
	if = {
		limit = {
			owns_state = 881 #neighbouring Old Kongo
		}
		var:881.owner = { transfer_state = 916 }
	}
	if = {
		limit = {
			owns_state = 297 #neighbouring Sao Tome
		}
		var:297.owner = { transfer_state = 705 }
	}
	if = {
		limit = {
			owns_state = 296 #neighbouring Guinea-Bissau
		}
		var:296.owner = { transfer_state = 296 }
	}
	if = {
		limit = {
			owns_state = 272 #Cape Verde
		}
		var:272.owner = { transfer_state = 702 }
	}
	}
	option = {
		name = sharedafrika.131.b
		ai_chance = {
			factor = 0
		}
	}
}

country_event = { #SFA collapsed, take what is ours?
	id = sharedafrika.132
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.132" }
	title = sharedafrika.132.t
	desc = sharedafrika.132.d
	picture = GFX_report_event_sena

	is_triggered_only = yes

	option = {
		name = sharedafrika.132.a #take what is ours!
		ai_chance = {
			factor = 100
		}
		if = {
			limit = {
				owns_state = 461 #neighbouring Ifni
			}
			var:461.owner = { transfer_state = 1318 }
		}
		if = {
			limit = {
				owns_state = 557 #neighbouring Rio de Oro
			}
			var:557.owner = { transfer_state = 699 }
		}
		if = {
			limit = {
				owns_state = 461 #neighbouring the Rif
				SFA = {
					owns_state = 290
				}
			}
			var:461.owner = { transfer_state = 290 }
		}
		if = {
			limit = {
				owns_state = 539 #neighbouring Equatorial Guinea
			}
			var:539.owner = { transfer_state = 297 }
		}
		if = {
			limit = {
				owns_state = 927 #neighbouring Santa Isabel in Kamerun
			}
			var:927.owner = { transfer_state = 1335 }
		}
	}
	option = {
		name = sharedafrika.132.b
		ai_chance = {
			factor = 0
		}
	}
}

country_event = { #DJI collapsed, take what is ours?
	id = sharedafrika.133
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.133" }
	title = sharedafrika.133.t
	desc = sharedafrika.133.d
	picture = GFX_report_event_port_city

	is_triggered_only = yes

	option = {
		name = sharedafrika.133.a #take what is ours!
		ai_chance = {
			factor = 100
		}
		if = {
			limit = {
				owns_state = 446 #neighbouring Suez Canal
			}
			var:446.owner = { transfer_state = 753 }
		}
		if = {
			limit = {
				owns_state = 559 #neighbouring Hargeisa goes to SOM
			}
			var:559.owner = { transfer_state = 269 }
		}
		if = {
			limit = {
				owns_state = 559 #neighbouring Berbera goes to SOM
			}
			var:559.owner = { transfer_state = 1297 }
		}
		if = {
			limit = {
				owns_state = 812 #Basra owner gets to take Trucial States
			}
			var:812.owner = { transfer_state = 907 } #Bahrain
		}
		if = {
			limit = {
				owns_state = 812 #Basra owner gets to take Trucial States
			}
			var:812.owner = { transfer_state = 993 } #Qatar
		}
		if = {
			limit = {
				owns_state = 293 #neighbouring Aden, take Aden
			}
			var:293.owner = { transfer_state = 659 }
		}
		if = {
			limit = {
				owns_state = 293 #neighbouring Aden, take Hadramawt
			}
			var:293.owner = { transfer_state = 752 }
		}
		if = {
			limit = {
				owns_state = 320 #neighbouring Pondicherry
			}
			var:320.owner = { transfer_state = 1095 }
		}
		if = {
			limit = {
				owns_state = 288 #neighbouring Rakhine
			}
			var:288.owner = { transfer_state = 790 }
		}
	}
	option = {
		name = sharedafrika.133.b
		ai_chance = {
			factor = 0
		}
	}
}

country_event = { #Reminder re flavour events
	id = sharedafrika.134
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.134" }
	title = sharedafrika.134.t
	desc = sharedafrika.134.d
	picture = GFX_report_event_hmv

	is_triggered_only = yes

	trigger = {
		OR = {
			is_subject = yes
			num_subjects > 0
		}
	}

	option = {
		name = sharedafrika.134.a
	}

}

country_event = { #The Scramble for Oceania
	id = sharedafrika.135
	immediate = { log = "[GetDateText]: [Root.GetName]: event sharedafrika.135" }
	title = sharedafrika.135.t
	desc = sharedafrika.135.d
	picture = GFX_report_event_JAP_mutsu

	is_triggered_only = yes

	option = {
		name = sharedafrika.135.a #join in the scramble!
		ai_chance = {
			factor = 80
		}
		if = {
			limit = {
				tag = JAP
				country_exists = SSI
				JAP = {
					can_declare_war_on = SSI
				}
			}
			JAP = {
				declare_war_on = {
					target = SSI
					type = annex_everything
				}
			}
		}
		if = {
			limit = {
				tag = PHI
				country_exists = SSI
				PHI = {
					can_declare_war_on = SSI
				}
			}
			PHI = {
				declare_war_on = {
					target = SSI
					type = annex_everything
				}
			}
		}
		if = {
			limit = {
				tag = DEI
				country_exists = SSI
				DEI = { can_declare_war_on = SSI }
			}
			DEI = {
				declare_war_on = {
					target = SSI
					type = annex_everything
				}
			}
		}
		if = {
			limit = {
				tag = USA
				country_exists = SSI
			}
			USA = {
				declare_war_on = {
					target = SSI
					type = annex_everything
				}
			}
		}
		if = {
			limit = {
				tag = AST
				country_exists = PNG
				AST = { can_declare_war_on = PNG }
			}
			AST = {
				declare_war_on = {
					target = PNG
					type = annex_everything
				}
			}
		}
		if = {
			limit = {
				tag = DEI
				country_exists = PNG
				DEI = { can_declare_war_on = PNG }
			}
			DEI = {
				declare_war_on = {
					target = PNG
					type = annex_everything
				}
			}
		}
	}
	option = {
		name = sharedafrika.135.b #no thanks bro
		ai_chance = {
			factor = 20
		}
	}
}

# Afrika Guides
country_event = { #Kenya Guide Event
	id = afrikaguide.1
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.1" }
	title = afrikaguide.1.t
	desc = afrikaguide.1.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.1.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Uganda Guide Event
	id = afrikaguide.2
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.2" }
	title = afrikaguide.2.t
	desc = afrikaguide.2.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.2.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #BSAC Guide Event
	id = afrikaguide.3
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.3" }
	title = afrikaguide.3.t
	desc = afrikaguide.3.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.3.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Nyasaland Guide Event
	id = afrikaguide.4
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.4" }
	title = afrikaguide.4.t
	desc = afrikaguide.4.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.4.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Sudwestafrika Guide Event
	id = afrikaguide.5
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.5" }
	title = afrikaguide.5.t
	desc = afrikaguide.5.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.5.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Portuguese Ultramar Guide Event
	id = afrikaguide.6
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.6" }
	title = afrikaguide.6.t
	desc = afrikaguide.6.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.6.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Katanga Guide Event
	id = afrikaguide.7
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.7" }
	title = afrikaguide.7.t
	desc = afrikaguide.7.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.7.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Mittelkongo Guide Event
	id = afrikaguide.8
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.8" }
	title = afrikaguide.8.t
	desc = afrikaguide.8.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.8.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Kamerun Guide Event
	id = afrikaguide.9
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.9" }
	title = afrikaguide.9.t
	desc = afrikaguide.9.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.9.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Sudan Guide Event
	id = afrikaguide.10
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.10" }
	title = afrikaguide.10.t
	desc = afrikaguide.10.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.10.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Dahomey Guide Event
	id = afrikaguide.11
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.11" }
	title = afrikaguide.11.t
	desc = afrikaguide.11.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.11.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Ivory Coast Guide Event
	id = afrikaguide.12
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.12" }
	title = afrikaguide.12.t
	desc = afrikaguide.12.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.12.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Sierra Leone Guide Event
	id = afrikaguide.13
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.13" }
	title = afrikaguide.13.t
	desc = afrikaguide.13.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.13.a
		ai_chance = {
			factor = 100
		}
	}
}


country_event = { #Spanish Africa Guide Event
	id = afrikaguide.14
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.14" }
	title = afrikaguide.14.t
	desc = afrikaguide.14.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.13.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Kasai Guide Event
	id = afrikaguide.15
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.15" }
	title = afrikaguide.15.t
	desc = afrikaguide.15.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.15.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Orientale Guide Event
	id = afrikaguide.16
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.16" }
	title = afrikaguide.16.t
	desc = afrikaguide.16.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.16.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Gold Coast Guide Event
	id = afrikaguide.17
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.17" }
	title = afrikaguide.17.t
	desc = afrikaguide.17.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.17.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Nigeria Guide Event
	id = afrikaguide.18
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.18" }
	title = afrikaguide.18.t
	desc = afrikaguide.18.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.18.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Ubangi-Chari Guide Event
	id = afrikaguide.19
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.19" }
	title = afrikaguide.19.t
	desc = afrikaguide.19.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.19.a
		ai_chance = {
			factor = 100
		}
	}
}

country_event = { #Tunisia Guide Event
	id = afrikaguide.20
	immediate = { log = "[GetDateText]: [Root.GetName]: event afrikaguide.20" }
	title = afrikaguide.20.t
	desc = afrikaguide.20.d
	picture = GFX_introduction_main
	is_triggered_only = yes
	option = {
		name = afrikaguide.20.a
		ai_chance = {
			factor = 100
		}
	}
}

